Passthrough Call
passthrough_callDirectly call an MCP tool for debugging raw input/output. Use only for diagnostics; normal operations should use execute_code.
Instructions
⚠️ DEBUGGING TOOL - Direct MCP tool call. HIGH TOKEN COST (10-100x vs execute_code).
Only use for debugging raw tool input/output. Use execute_code for all normal operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Name of the MCP server to call. | |
| tool | Yes | Name of the tool to invoke. | |
| params | No | Parameters to pass to the tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| result | No | ||
| error | No | ||
| metrics | Yes |