confirm_bulk_delete
Safely execute bulk deletion in Tally MCP by requiring explicit human confirmation "DELETE ALL" to proceed. Ensures intentional actions and prevents accidental data loss.
Instructions
HUMAN CONFIRMATION: Confirm bulk deletion ONLY after human responds with exact phrase "DELETE ALL". DO NOT call this automatically - requires genuine human confirmation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batchSize | No | Number of forms to process per batch (1-50, default: 10) | |
confirmationToken | Yes | Confirmation token from preview_bulk_delete response | |
excludeFormIds | No | Form IDs to exclude from deletion (only used with select_individual choice) | |
humanConfirmation | Yes | REQUIRED: Exact phrase from human user. Must be "DELETE ALL" to proceed or "CANCEL" to abort. Any other value cancels operation. | |
options | No | Additional options for bulk deletion operation | |
userChoice | No | Legacy parameter - use humanConfirmation instead. User confirmation choice: delete_all (proceed with all previewed items), select_individual (choose specific items to exclude), cancel (abort operation) |