write_file
Overwrite a file with new content using an absolute path. Supports writing any text or data to the local filesystem.
Instructions
Write content to a file on the local filesystem. DESTRUCTIVE - overwrites existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to write | |
| content | Yes | Content to write to the file |