delete_file
Delete a file from the filesystem, requiring explicit confirmation to prevent accidental deletion.
Instructions
Delete a file (requires confirmation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to delete | |
| confirm | No | Must be True to actually delete (safety feature) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |