execute_tool
Execute tools on downstream MCP servers through gateway validation and forwarding. Access specific server tools with proper arguments while maintaining permission controls and timeout management.
Instructions
Execute a tool on a downstream MCP server accessed through this gateway. Gateway validates permissions then forwards your request to the server. Returns the server's response directly.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Your agent identifier (leave empty if not provided to you) | |
| server | No | Server name from list_servers | |
| tool | No | Tool name from get_server_tools | |
| args | No | Arguments matching tool's inputSchema | |
| timeout_ms | No | Execution timeout in milliseconds |