godot_advanced_tool
Proxy calls to advanced Godot tools by providing the target tool name and arguments.
Instructions
Proxy tool for calling advanced/deactivated Godot tools. Call with { tool_name: "", arguments: {...} }.
Currently proxyable tools: test, game_design, verify_delivery, batch, csv_to_resources, testing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | 传给目标工具的参数 | |
| tool_name | Yes | 要调用的目标工具名 |