call_remote_tool
Invoke any tool on a registered remote MCP server directly via the orchestrator, using a namespaced 'server__tool' format. Pass arguments and optional auth to get raw results.
Instructions
Call a tool directly on a registered remote MCP server through the orchestrator.
This tool allows direct invocation of any tool on a downstream MCP server. The tool name should be in the format 'server_name__tool_name' (e.g., 'context7__query-docs').
Args: tool_name: Full tool name in format 'server_name__tool_name' arguments: Tool arguments as a dictionary (optional) auth_header: Optional auth header to use for this call (overrides registered auth)
Returns: Raw tool call result from the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| tool_name | Yes | ||
| auth_header | No |