write_file
Write or overwrite a file with new content, automatically creating parent directories as needed.
Instructions
Write or overwrite a file with new content. Creates parent directories automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| content | Yes | Content to write | |
| workspace_root | No | Workspace root directory (optional) |