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_id
Tool router session ID (required for public API, optional for internal - injected by middleware)
Request
This endpoint expects an object.
meta_tool_slug
The unique slug identifier of the meta tool to execute
arguments
The arguments required by the meta tool
Response
Successfully executed the meta tool. Returns execution result, logs, and status.
data
The data returned by the tool execution
error
Error message if the execution failed, null otherwise
log_id
Unique identifier for the execution log