Skip to main content
Glama

Tally MCP

preview_bulk_delete

Preview forms to be deleted in bulk with detailed information, including IDs, creation dates, and status. Requires explicit confirmation before proceeding to confirm_bulk_delete.

Instructions

SAFETY PREVIEW: Show exactly which forms would be deleted before bulk deletion. MANDATORY: Present form details to human and require explicit "DELETE ALL" confirmation before proceeding to confirm_bulk_delete.

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter criteria for selecting forms to preview
formIdsNoArray of specific form IDs to preview for deletion
showDetailsNoShow detailed form information (name, status, creation date, submissions count)

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "formIds" ] }, { "required": [ "filters" ] } ], "properties": { "filters": { "description": "Filter criteria for selecting forms to preview", "properties": { "createdAfter": { "description": "ISO date string - preview forms created after this date", "type": "string" }, "createdBefore": { "description": "ISO date string - preview forms created before this date", "type": "string" }, "namePattern": { "description": "RegEx pattern to match form names (e.g., \"E2E.*\" for E2E Test forms, \".*Test.*\" for any test forms)", "type": "string" }, "status": { "description": "Filter forms by status", "enum": [ "draft", "published", "archived" ], "type": "string" } }, "type": "object" }, "formIds": { "description": "Array of specific form IDs to preview for deletion", "items": { "type": "string" }, "type": "array" }, "showDetails": { "default": true, "description": "Show detailed form information (name, status, creation date, submissions count)", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from Tally MCP

Related Tools

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