Write Godot File
godot_write_fileWrite content to a Godot project file using a file path and content, with an optional project root, to create or update files.
Instructions
Write content to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to write | |
| file_path | Yes | Path to the file | |
| project_path | No | Optional project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |