read_file
Reads files in Godot projects with enriched output: parses GDScript symbols from .gd files and extracts scene structure from .tscn files.
Instructions
Read a file with Godot-enriched output. For .gd files, includes parsed symbols. For .tscn files, includes scene structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read |