Sazabi
APIMCP connectors

Describe an MCP connector tool

GET
/mcp-connectors/tools/describe

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.

Formatuuid
connectionKey*string

Connector key from search or mcpConnectors.list.

Length1 <= length
toolName*string

Tool name as invoked.

Length1 <= length

Response 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  }}