read_file
Read a text file from a Godot project by specifying the project path and the file path relative to project root.
Instructions
Read a text file from a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |