write_file
Write or update a file at a specified path, automatically creating a backup of any existing file to prevent data loss.
Instructions
Write or update a file. Automatically creates backup of existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to write | |
| content | Yes | Content to write | |
| create_backup | No | Create backup of existing file (default: true) |