confirm_bulk_delete
Confirm bulk deletion in Tally MCP by requiring the exact phrase "DELETE ALL" from a human user. Ensures safe and deliberate removal of multiple forms, with options to exclude items, manage batch sizes, and handle errors.
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) |