write_file
Create new files or replace existing ones by writing text content to specified paths. This tool handles file creation and overwriting with proper text encoding for PC file management.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path where the file should be written | |
| content | Yes | The content to write to the file |