Execute a meta tool within a tool router session

Executes a Composio meta tool (COMPOSIO_*) within a tool router session.

Authentication

x-api-keystring
API key authentication

Path parameters

session_idstringOptionalformat: "toolRouterSessionId"

Tool router session ID (required for public API, optional for internal - injected by middleware)

Request

This endpoint expects an object.
meta_tool_slugstringRequired>=1 character
The unique slug identifier of the meta tool to execute
argumentsmap from strings to anyOptional
The arguments required by the meta tool

Response

Successfully executed the meta tool. Returns execution result, logs, and status.
datamap from strings to any
The data returned by the tool execution
errorstring or null
Error message if the execution failed, null otherwise
log_idstring
Unique identifier for the execution log

Errors