write_file
Creates or overwrites a file with specified content, automatically creating parent directories if needed.
Instructions
Creates or overwrites a file on the local filesystem with specified content. Automatically creates parent directories if they don't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| content | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |