list_mcp_server_capabilities
Discover capabilities exposed by a specific MCP server instance. Get totals and current tool, resource, and prompt surface to see exactly what that server offers.
Instructions
List capabilities exposed by an MCP server instance. Returns total plus the current tool, resource, and prompt surface; use this instead of the integration-level capability list when you need server-specific exposure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The MCP server ID or slug | |
| page_size | No | Number of results per page (max 100) | |
| current_page | No | Page number for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |