read_scene
read_sceneRead a Godot scene file headlessly and output its complete node tree as JSON for automated analysis.
Instructions
Read scene file as JSON node tree (headless)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Scene file path (relative to project) | |
| projectPath | Yes | Godot project path |