write_file
Create or overwrite a file with specified content. Optionally append to an existing file instead of overwriting.
Instructions
Create or write to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to file | |
| content | Yes | Content to write | |
| append | No | Append to file instead of overwriting |