Skip to main content
Glama

Tally MCP

share_form

Create and share links or embed codes for your Tally.so forms. Choose from public links, iframe embeds, modal popups, or draft previews. Customize dimensions and title visibility for tailored sharing.

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

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