Execute an MCP tool call.
Mcp
Execute an MCP tool call.
Calls the specified tool with the provided arguments and returns the result in MCP format.
Example - List Sequences:
{
"name": "platform_list_capabilities",
"arguments": {"category": "Sequences"}
}
Example - Get Action Details:
{
"name": "platform_get_action_details",
"arguments": {"operationId": "get_sequences.list_sequences"}
}
Example - Execute Action:
{
"name": "platform_execute_action",
"arguments": {
"operationId": "get_agents.list_agents"
}
}
The response follows MCP format with a content array containing the result.
POST
Execute an MCP tool call.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Body
application/json
Tool call parameters

