Read GDScript
godot_read_scriptRead and parse GDScript files to provide structured code content for AI-assisted Godot development. Specify the .gd file path and optional project root to retrieve script details.
Instructions
Read and parse a GDScript file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | Path to the .gd file | |
| project_path | No | Optional project root (defaults to discovery from cwd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||