call_tool
Execute a named tool from the catalog by providing its parameters. Returns the tool's direct output.
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. |