scenes
Manage Godot scene files: create, list, view details, delete, duplicate, or set as main scene within your project.
Instructions
Scene file ops. Actions: create|list|info|delete|duplicate|set_main. 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 | |
| scene_path | No | Relative scene file path | |
| root_type | No | Root node type for create (default: Node2D) | |
| root_name | No | Root node name for create | |
| new_path | No | Destination path (for duplicate) |