APIMCP connectors
Describe an MCP connector tool
Load one executable third-party MCP connector tool, including its input schema.
Query Parameters
projectId?string
Project the connector belongs to. Auto-filled from SDK context when omitted.
Format
uuidconnectionKey*string
Connector key from search or mcpConnectors.list.
Length
1 <= lengthtoolName*string
Tool name as invoked.
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/mcp-connectors/tools/describe?connectionKey=string&toolName=string"{ "connectionKey": "string", "toolName": "string", "providerId": "string", "displayName": "string", "title": "string", "description": "string", "isReadOnly": true, "inputSchema": { "property1": null, "property2": null }}