MCP endpoint - list tools & call tool
MCP endpoint - list tools & call tool
Endpoint to list tools and call a tool. Use the tools/list method to retrieve available tools, and the tools/call method to execute a specific tool. Implements the JSON-RPC 2.0 MCP specification.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
registered_user_id
tool_pack_id
Query parameters
authenticated_only
When true, only return tools for connectors the registered user has already authenticated, and hide per-connector authenticate_* tools.
connectors
Restrict tools/list and tools/call to one or more connectors. For multiple values, repeat the param (?connectors=slack&connectors=github) or use comma-separate values (?connectors=slack,github).
format
Allowed values:
Request
This endpoint expects an object.
jsonrpc
method
Allowed values:
id
params
Response
JSON-RPC 2.0 response
jsonrpc
id
result