Call a tool on an MCP server
call_mcp_toolExecute a specific tool on a downstream MCP server with given arguments, using the exact tool name from list_mcp_tools. Combine discovery and execution through one gateway.
Instructions
Execute a specific tool on a downstream MCP server with the given arguments. Use list_mcp_tools first to get the exact tool name and input schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name exactly as returned by list_mcp_tools | |
| server | Yes | Registry server name | |
| arguments | No | Arguments matching the tool's input schema |