read_file
Read any UTF-8 text file within a Godot project. Specify the file path to access its contents directly.
Instructions
Read a UTF-8 text file inside a Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |