invoke_tool
Execute any WebCake tool by name with arguments, validated before running. Use for tools not loaded natively; discover names via search_tools.
Instructions
Run any WebCake tool by exact name with its arguments (discover names + schemas via search_tools). Arguments are validated before running. Use this for tools that are not loaded natively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact tool name (from search_tools) | |
| arguments | No | Arguments object matching the tool's input schema |