Meta Tools
Meta tool schemas are for reference only. We do not guarantee backward compatibility for parameter names or response shapes. Do not rely on them for structured type definitions in your code.
Meta tools are system-level tools available in sessions. They handle tool discovery, execution, authentication, and sandboxing.
| Tool | Description |
|---|---|
COMPOSIO_GET_TOOL_SCHEMAS | Retrieve complete input schemas for tools by their slug |
COMPOSIO_MANAGE_CONNECTIONS | Create or manage OAuth, API key, and other auth connections |
COMPOSIO_MULTI_EXECUTE_TOOL | Execute up to 50 tools in parallel with workflow memory |
COMPOSIO_REMOTE_BASH_TOOL | Execute bash commands in a remote sandbox for file and data processing |
COMPOSIO_REMOTE_WORKBENCH | Run Python code in a persistent Jupyter sandbox with built-in helpers |
COMPOSIO_SEARCH_TOOLS | Discover relevant tools across 500+ apps with execution plans and connection status |