get_scene_tree
Retrieve the hierarchical node tree of a Godot scene as JSON, enabling scene introspection and testing.
Instructions
Get the hierarchical node tree of a scene file as JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory | |
| includeProperties | No | Include basic properties (position, visible) on each node |