Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

configure_form_notifications

Set up and manage email notifications for form owners and respondents by configuring parameters like subject, body, and recipient details using a form ID.

Instructions

Configure email notifications for form owner and respondents

Input Schema

NameRequiredDescriptionDefault
formIdYesThe ID of the form
ownerNotificationsNoOwner notification settings
respondentNotificationsNoRespondent notification settings

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "The ID of the form", "type": "string" }, "ownerNotifications": { "description": "Owner notification settings", "properties": { "body": { "type": "string" }, "emailTo": { "type": "string" }, "enabled": { "type": "boolean" }, "fromName": { "type": "string" }, "replyTo": { "type": "string" }, "subject": { "type": "string" } }, "type": "object" }, "respondentNotifications": { "description": "Respondent notification settings", "properties": { "body": { "type": "string" }, "emailTo": { "type": "string" }, "enabled": { "type": "boolean" }, "fromName": { "type": "string" }, "replyTo": { "type": "string" }, "subject": { "type": "string" } }, "type": "object" } }, "required": [ "formId" ], "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