file_write
Write content to a text file, creating parent directories automatically. Optionally overwrite existing files.
Instructions
Write content to a text file. Creates parent directories if needed. Set overwrite to true to replace existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file to write | |
| content | Yes | Content to write to the file | |
| overwrite | No | Whether to overwrite an existing file (default: false) |