list_mcp_integrations
Retrieve paginated MCP integration records with total and has_more status to discover integration IDs. Filter by workspace, organisation, ownership, search, and page size.
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 |
|---|---|---|---|
| type | No | Filter by workspace, organisation, or all integration ownership | |
| search | No | Search integrations by name | |
| page_size | No | Number of results per page (max 1000) | |
| current_page | No | Zero-based page number; the first page is 0 | |
| workspace_id | No | Filter by workspace ID | |
| organisation_id | No | Filter by organisation UUID |
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 |