call_tool
Invoke a tool on a chosen server, spawning the server on first call. Ensure the tool exists by discovering available tools with get_server_tools first.
Instructions
Call a tool on a specific server. The server is spawned on first call. The tool must exist on the server — use get_server_tools to discover first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name | |
| server | Yes | Server name | |
| arguments | No | Tool arguments as a JSON object. |