Skip to main content
Glama

Tally MCP

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

NameRequiredDescriptionDefault
batchSizeNoNumber of forms to process per batch (1-50, default: 10)
confirmationTokenYesConfirmation token from preview_bulk_delete response
excludeFormIdsNoForm IDs to exclude from deletion (only used with select_individual choice)
humanConfirmationYesREQUIRED: Exact phrase from human user. Must be "DELETE ALL" to proceed or "CANCEL" to abort. Any other value cancels operation.
optionsNoAdditional options for bulk deletion operation
userChoiceNoLegacy parameter - use humanConfirmation instead. User confirmation choice: delete_all (proceed with all previewed items), select_individual (choose specific items to exclude), cancel (abort operation)

Input Schema (JSON Schema)

{ "properties": { "batchSize": { "default": 10, "description": "Number of forms to process per batch (1-50, default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "confirmationToken": { "description": "Confirmation token from preview_bulk_delete response", "type": "string" }, "excludeFormIds": { "description": "Form IDs to exclude from deletion (only used with select_individual choice)", "items": { "type": "string" }, "type": "array" }, "humanConfirmation": { "description": "REQUIRED: Exact phrase from human user. Must be \"DELETE ALL\" to proceed or \"CANCEL\" to abort. Any other value cancels operation.", "type": "string" }, "options": { "description": "Additional options for bulk deletion operation", "properties": { "baseRetryDelay": { "default": 1000, "description": "Base delay in milliseconds for exponential backoff retries", "maximum": 10000, "minimum": 100, "type": "number" }, "continueOnError": { "description": "Continue processing even if some deletions fail", "type": "boolean" }, "delayBetweenBatches": { "description": "Milliseconds to wait between batches (for rate limiting)", "type": "number" }, "maxRetries": { "default": 3, "description": "Maximum number of retry attempts per form (0-10)", "maximum": 10, "minimum": 0, "type": "number" } }, "type": "object" }, "userChoice": { "description": "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)", "enum": [ "delete_all", "select_individual", "cancel" ], "type": "string" } }, "required": [ "confirmationToken", "humanConfirmation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/learnwithcc/tally-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server