call_tool
Execute any catalog tool by its exact name. Pass parameters as an object to receive the tool's direct result.
Instructions
Execute a tool from the catalog by name. Pass its parameters in args (object). The result is exactly what the underlying tool returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | The tool's parameters as an object matching its describe_tool schema. A JSON-encoded string is also accepted. Omit for tools without parameters. | |
| name | No | Exact tool name from list_tools. | |
| arguments | No | Alias for args. | |
| tool_name | No | Alias for name. | |
| parameters | No | Alias for args. |