get_scene_tree
Retrieve a JSON representation of the node tree for any scene in a Godot project, enabling inspection and analysis of scene structure.
Instructions
Get a JSON representation of the node tree in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (relative to project) |