Call an external tool via the executor
call_executorForward a tool call to the organization's configured executor.sh MCP gateway (or any MCP-compatible gateway). Use this to let Tango reach tools hosted outside Tango, such as GitHub, Slack, or custom sandbox functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Protocol shape: 'tools/call' (MCP Streamable HTTP, default) or 'invoke' (simple {tool, arguments}). | |
| arguments | No | Arguments object to pass to the tool. | |
| tool_name | Yes | Name of the tool on the external gateway. | |
| timeout_seconds | No | Max wait time, default 25s. |