curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId}/capabilities \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"name": "<string>",
"type": "tool",
"title": "<string>",
"description": "<string>",
"icons": "<array>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"input_schema": {},
"output_schema": {},
"execution": {},
"annotations": {},
"arguments": "<array>",
"uri": "<string>",
"uri_template": "<string>",
"mime_type": "<string>",
"size": 123
}
],
"counts": {
"tools": {
"total": 123,
"enabled": 123
},
"prompts": {
"total": 123,
"enabled": 123
},
"resources": {
"total": 123,
"enabled": 123
},
"resource_templates": {
"total": 123,
"enabled": 123
}
},
"total": 123,
"has_more": true
}curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId}/capabilities \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"name": "<string>",
"type": "tool",
"title": "<string>",
"description": "<string>",
"icons": "<array>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"input_schema": {},
"output_schema": {},
"execution": {},
"annotations": {},
"arguments": "<array>",
"uri": "<string>",
"uri_template": "<string>",
"mime_type": "<string>",
"size": 123
}
],
"counts": {
"tools": {
"total": 123,
"enabled": 123
},
"prompts": {
"total": 123,
"enabled": 123
},
"resources": {
"total": 123,
"enabled": 123
},
"resource_templates": {
"total": 123,
"enabled": 123
}
},
"total": 123,
"has_more": true
}MCP Integration ID (UUID) or slug
x >= 11 <= x <= 500tool, prompt, resource, resource_template Was this page helpful?