Read Scene File
godot_read_sceneParse a Godot scene file to inspect its nodes and properties. Provide the .tscn path and optional project root to retrieve structured scene data for analysis or editing.
Instructions
Read and parse a scene file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | Path to the .tscn file | |
| project_path | No | Optional project root (defaults to discovery from cwd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||