read_scene
Read a Godot .tscn scene file from the project to access its node hierarchy and properties. Provide the path relative to project root to get the scene contents.
Instructions
Read a .tscn scene file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .tscn file (relative to project root) |