write_file
Writes content to a file and creates missing parent directories, with an option to overwrite existing files or skip directory creation.
Instructions
Write content to a file with automatic directory creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to write | |
| file_path | Yes | Target file path | |
| overwrite | No | Allow overwriting existing files | |
| create_dirs | No | Auto-create parent directories |