read_scene
Read a Godot scene file and output its node tree as JSON for analysis or automated processing.
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 |