Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

create_tally_webhook

Set up a webhook for a Tally form by specifying the form ID, webhook URL, and events to subscribe to, enabling automated responses to form submissions.

Instructions

Create a new webhook for a form

Input Schema

NameRequiredDescriptionDefault
eventsYesArray of events to subscribe to (e.g., ["form.response"])
formIdYesThe ID of the form
urlYesThe webhook URL endpoint

Input Schema (JSON Schema)

{ "properties": { "events": { "description": "Array of events to subscribe to (e.g., [\"form.response\"])", "items": { "type": "string" }, "type": "array" }, "formId": { "description": "The ID of the form", "type": "string" }, "url": { "description": "The webhook URL endpoint", "type": "string" } }, "required": [ "formId", "url", "events" ], "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