create_file
Creates a new file at a specified path with provided content, preventing accidental overwrites by failing if the file already exists.
Instructions
Creates a new file with the given content. Fails if the file already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |