Write File
filesystem__write_fileWrite content to a file at a specified path, creating a new file or overwriting an existing one without warning. Accepts text content with proper encoding, operating only within allowed directories.
Instructions
Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |