Skip to main content
Glama

Tally MCP

modify_form

Update an existing Tally form by changing its title, description, or fields. Input the form ID and modify details dynamically to adapt forms as needed.

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" }

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