manage_scene_structure
Rename, duplicate, or move nodes in Godot .tscn scenes to organize scene hierarchy.
Instructions
Rename/duplicate/move nodes within .tscn scenes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: rename, duplicate, move | |
| newName | No | New name (for rename) | |
| nodePath | Yes | Source node path in scene | |
| scenePath | Yes | Scene file path (relative to project) | |
| projectPath | Yes | Godot project path | |
| newParentPath | No | New parent path (for move) |