list_mcp_server_capabilities
List capabilities exposed by a specific MCP server instance, including tools, resources, and prompts. Returns paginated results for a given server ID.
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 | |
| current_page | No | Page number for pagination | |
| page_size | No | Number of results per page (max 100) |
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 |