write_file
Write text content to a file, creating it if it does not exist. Specify the file path and the content to store.
Instructions
Write content to a file, creating it if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative or absolute path to the file. | |
| content | Yes | The text content to write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |