Skip to main content
Glama

Tally MCP

modify_form

Update Tally form details and fields by specifying the form ID, new title, description, and field configurations. Simplify form management with structured inputs.

Instructions

Modify an existing Tally form

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew form description
fieldsNo
formIdYesID of the form to modify
titleNoNew form title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New form description", "type": "string" }, "fields": { "items": { "properties": { "id": { "type": "string" }, "label": { "type": "string" }, "options": { "items": { "type": "string" }, "type": "array" }, "required": { "type": "boolean" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, "formId": { "description": "ID of the form to modify", "type": "string" }, "title": { "description": "New form title", "type": "string" } }, "required": [ "formId" ], "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