delete_file
Delete a specified file by providing its path. Requires explicit user approval to remove files outside the project root, preventing accidental data loss.
Instructions
Delete a file (Use with caution).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path of file to delete | |
| allow_external_access | No | Set to true to allow deleting files outside the project root. User must explicitly approve this action. |