list_mcp_integrations
List MCP integrations in your organization. Paginate to browse integration IDs and total count, then retrieve full config or servers for each.
Instructions
List MCP integrations in the organization. Returns paginated integration records plus total and has_more for discovering integration IDs; use get_mcp_integration for one integration's full Portkey-side config and list_mcp_servers for the servers under an integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_page | No | Page number for pagination | |
| page_size | No | Number of results per page (max 100) | |
| workspace_id | No | Filter by workspace ID |
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 |