read_shader
Read a .gdshader file from a Godot project to inspect shader code. Optionally specify starting line and line count to read a specific range.
Instructions
Read a .gdshader file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .gdshader file (relative to project root) | |
| line_count | No | Number of lines to read (optional) | |
| line_start | No | Starting line (1-indexed, optional) |