Godot Script Manager
godot_scriptRead, write, list, and syntax-check GDScript or C# files in Godot projects.
Instructions
Read, write, list, and syntax-check GDScript/C# files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Script path. | |
| limit | No | Maximum number of scripts. | |
| query | No | Path substring query. | |
| action | Yes | Action to execute. | |
| changes | No | Find/replace edits. | |
| content | No | Script content. | |
| timeoutMs | No | Timeout in milliseconds. | |
| projectPath | No | Godot project root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| logs | No | ||
| meta | No | ||
| error | Yes | ||
| result | Yes | ||
| details | No | ||
| summary | Yes | ||
| warnings | No | ||
| timestamp | No | ||
| correlationId | Yes |