Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

update_form_settings

Modify form configurations such as closing status, submission limits, progress bar visibility, partial submissions, and password protection using this tool. Streamline form management for enhanced user experience.

Instructions

Update specific form settings like notifications, closing options, etc.

Input Schema

NameRequiredDescriptionDefault
formIdYesThe ID of the form
hasPartialSubmissionsNoAllow partial submissions
hasProgressBarNoShow progress bar in form
isClosedNoWhether the form should be closed
passwordNoPassword protection for the form
redirectOnCompletionNoURL to redirect to after form completion
submissionsLimitNoMaximum number of submissions allowed

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "The ID of the form", "type": "string" }, "hasPartialSubmissions": { "description": "Allow partial submissions", "type": "boolean" }, "hasProgressBar": { "description": "Show progress bar in form", "type": "boolean" }, "isClosed": { "description": "Whether the form should be closed", "type": "boolean" }, "password": { "description": "Password protection for the form", "type": "string" }, "redirectOnCompletion": { "description": "URL to redirect to after form completion", "type": "string" }, "submissionsLimit": { "description": "Maximum number of submissions allowed", "type": "number" } }, "required": [ "formId" ], "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