- List all capabilities for a virtual MCP connection
List all virtual MCP connections
Create a virtual MCP connection
Retrieve a virtual MCP connection
Update a virtual MCP connection
Delete a virtual MCP connection
Add a capability to a virtual MCP connection
Replace all capabilities for a virtual MCP connection
Retrieve a specific capability
Update a specific capability
Remove a specific capability from a virtual MCP connection
Activate a virtual MCP connection
Deactivate a virtual MCP connection
List all capabilities for...
OAuth 2.0 scope:
- okta.resourceServers.virtualMcpServers.read
Admin roles:
- SUPER_ADMIN
Lists the capabilities for a virtual MCP connection. Supports ?expand=inputSchema to embed the capability'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/workload-principals/api/v1/virtual-mcp-servers/wlp1aB2cD3eF4gH5iJ6k/connections/mcn1a2b3c4d5e6f7g8h9/capabilities?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 capabilities
- List of capabilities with inputSchema expanded
{ "data": [ { … }, { … } ], "_links": { "self": { … }, "next": { … }, "parent": { … } } }