call_tool
Call a specific tool by name on its upstream server, forwarding arguments and returning the result. Enables direct invocation of tools discovered via semantic retrieval.
Instructions
Invoke a tool by name (as returned by find_tools) on whichever upstream server owns it, forwarding the given arguments, and return that server's result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |