List available MCP tools.
Mcp
List available MCP tools.
Returns all available tool definitions in MCP format, including input schemas.
Available Tools:
platform_list_capabilities- Browse API endpoints by category (Agents, Sequences, Lists, Documents, Content, Images, Audio, Video, Browser, etc.)platform_get_action_details- Get full specification for an endpoint including required parameters and request body formatplatform_execute_action- Execute any API endpoint with automatic authentication
Usage Flow:
- Call
platform_list_capabilitiesto discover available actions - Call
platform_get_action_detailsto understand the parameters needed - Call
platform_execute_actionto perform the action
Authentication:
- Company API Key: Scoped to a single company. No company selection needed.
- Personal Access Key: Can access multiple companies by specifying X-Company-ID header.
This gives MCP clients (Claude Desktop, Cursor, Windsurf, etc.) full access to the platform API.
GET
List available MCP tools.

