Edit Godot File
godot_edit_fileReplace exact content in a Godot project file by supplying the file path, old text, and new text. This enables targeted updates to scripts, scenes, or configuration files.
Instructions
Edit a Godot file by replacing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file | |
| new_content | Yes | Replacement content | |
| old_content | Yes | Content to find | |
| project_path | No | Optional project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |