scripts
Manage GDScript files in Godot projects with CRUD operations: create, read, write, attach, list, and delete scripts.
Instructions
GDScript CRUD. Actions: create|read|write|attach|list|delete. Use help tool for full docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| project_path | No | Path to Godot project directory | |
| script_path | No | Path to GDScript file | |
| extends | No | Base class for create (default: Node) | |
| content | No | Script content (for create/write) | |
| scene_path | No | Scene file path (for attach) | |
| node_name | No | Target node name (for attach) |