- List all tools for a virtual MCP server
List all virtual MCP servers
Retrieve a virtual MCP server
Retrieve a specific tool for a virtual MCP server
List all tools for a virt...
OAuth 2.0 scope:
- okta.resourceServers.virtualMcpServers.read
Admin roles:
- SUPER_ADMIN
Lists all tools for a virtual MCP server. Supports ?expand=inputSchema to embed the tool's input schema inline.
The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the Link response header. See Pagination and Link header.
GET
curl -i -X GET \
'https://subdomain.okta.com/resource-servers/api/v1/virtual-mcp-servers/wlp1aB2cD3eF4gH5iJ6k/tools?after=string&limit=20&expand=inputSchema'OK
Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.
Response
- List of all tools for the virtual MCP server
- List of all tools for the virtual MCP server with inputSchema expanded
{ "data": [ { … }, { … } ], "_links": { "self": { … }, "next": { … }, "parent": { … } } }