gauge_proxy_call
Invoke a tool on a connected MCP server using a session ID, automatically logging the call as a trace and returning the response with performance metrics.
Instructions
gauge_connectで確立した接続を通じて、対象MCPサーバーのツールを呼び出す。呼び出しはトレースとして自動記録される。結果には対象ツールの応答と呼び出しメトリクスが含まれる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | 対象ツールに渡す引数 | |
| tool_name | Yes | 呼び出す対象ツールの名前 | |
| session_id | Yes | gauge_connectで取得したセッションID |