write_file
Create or update files by writing content to specified paths, automatically generating required directories and overwriting existing files when needed.
Instructions
Write content to a file. Creates directories if needed, overwrites existing files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to write (absolute or relative). Parent directories will be created automatically | |
| content | Yes | Content to write to file. Use \n for newlines, \t for tabs. UTF-8 encoding used |