Write File
write_fileWrite text content to a file, with options to append or set encoding. Requires read-write filesystem access.
Instructions
Write text content to a file. Requires FS_READONLY=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| append | No | ||
| content | Yes | ||
| encoding | No | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||