manage_scene_structure
Restructure Godot scenes by renaming, duplicating, or moving nodes within .tscn files using project, scene, and node paths.
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) |