read_scene
Extract scene data from Godot projects by reading .tscn files to access raw content and structured node hierarchies for development analysis.
Instructions
Read a scene file — returns raw .tscn text and a structured node list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scenePath | Yes | Scene path (res:// or relative to project) |