read_script
Read the source code of any .gd script file in a Godot project, providing direct access to game logic for analysis or debugging.
Instructions
Read the source of a script file in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scriptPath | Yes | Path to the .gd file (relative to project) |