Skip to main content
Glama

Tally MCP

share_form

Generate sharing links, embed codes, or popups for Tally.so forms via form ID and share type, enabling easy distribution and editing options.

Instructions

Generate sharing links and embed codes for a form

Input Schema

NameRequiredDescriptionDefault
customizationNo
formIdYesID of the form to share
shareTypeYesType of sharing method: link (public), embed (iframe), popup (modal), preview/editor (draft editing)

Input Schema (JSON Schema)

{ "properties": { "customization": { "properties": { "height": { "type": "string" }, "hideTitle": { "type": "boolean" }, "width": { "type": "string" } }, "type": "object" }, "formId": { "description": "ID of the form to share", "type": "string" }, "shareType": { "description": "Type of sharing method: link (public), embed (iframe), popup (modal), preview/editor (draft editing)", "enum": [ "link", "embed", "popup", "preview", "editor" ], "type": "string" } }, "required": [ "formId", "shareType" ], "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