godot_get_scene_tree
Analyze Godot scene files to extract node hierarchy and parent-child relationships for development workflows.
Instructions
Inspect a saved scene and return its node hierarchy plus parent/child relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| scene_path | Yes | Path to the target .tscn file. Absolute, relative, and res:// paths are supported. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |