get_scene_tree
Retrieve the scene tree structure of a Godot scene file by specifying the project directory and the scene path.
Instructions
Get the scene tree structure of a scene file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |