Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

update_form_status

Modify the status of Tally forms (BLANK, PUBLISHED, DRAFT) by specifying the form ID and desired status for better workflow management and organization.

Instructions

Update the status of a form (BLANK, PUBLISHED, DRAFT)

Input Schema

NameRequiredDescriptionDefault
formIdYesThe ID of the form
statusYesThe new status for the form

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "The ID of the form", "type": "string" }, "status": { "description": "The new status for the form", "enum": [ "BLANK", "PUBLISHED", "DRAFT" ], "type": "string" } }, "required": [ "formId", "status" ], "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/cathrynlavery/tally-mcp-server'

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