write_file
Write or replace text files in a Godot project. Specify the project path, relative file path, and content to create or overwrite files.
Instructions
Create or overwrite a text file in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content to write | |
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |