Skip to main content
Glama

Tally MCP

confirm_single_delete

Execute safe deletion of a single form in Tally MCP only after receiving explicit human confirmation with the exact phrase "DELETE". Ensures intentional action and prevents accidental removal.

Instructions

Confirm single form deletion ONLY after human responds with exact phrase "DELETE". DO NOT call this automatically - requires genuine human confirmation.

Input Schema

NameRequiredDescriptionDefault
confirmationTokenYesConfirmation token from preview_single_delete
formIdYesID of the form to delete
humanConfirmationYesREQUIRED: Exact phrase from human user. Must be "DELETE" to proceed or "CANCEL" to abort. Any other value cancels operation.
userChoiceNoLegacy parameter - use humanConfirmation instead

Input Schema (JSON Schema)

{ "properties": { "confirmationToken": { "description": "Confirmation token from preview_single_delete", "type": "string" }, "formId": { "description": "ID of the form to delete", "type": "string" }, "humanConfirmation": { "description": "REQUIRED: Exact phrase from human user. Must be \"DELETE\" to proceed or \"CANCEL\" to abort. Any other value cancels operation.", "type": "string" }, "userChoice": { "description": "Legacy parameter - use humanConfirmation instead", "enum": [ "confirm_delete", "cancel" ], "type": "string" } }, "required": [ "confirmationToken", "formId", "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