get_scene_tree
Parse a .tscn file to retrieve the node hierarchy as JSON, including names, types, and properties, for offline architecture analysis.
Instructions
Read a scene's node tree from a .tscn file on disk as JSON (names, types, properties, hierarchy). No running game required. For architecture analysis, use get_scene_insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |