preview_single_delete
Preview detailed form information to ensure accurate identification and confirm deletion with explicit "DELETE" confirmation. Ensures safe and intentional removal of forms in Tally MCP.
Instructions
Preview a single form before deletion. MANDATORY: Present form details to human and require explicit "DELETE" confirmation before proceeding to confirm_single_delete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | ID of the form to preview for deletion |
Input Schema (JSON Schema)
{
"properties": {
"formId": {
"description": "ID of the form to preview for deletion",
"type": "string"
}
},
"required": [
"formId"
],
"type": "object"
}