Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

create_tally_form

Generate customizable Tally forms with specified titles and descriptions to streamline data collection and management using the Tally MCP Server.

Instructions

Create a new Tally form

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the form
titleYesThe title of the form

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the form", "type": "string" }, "title": { "description": "The title of the form", "type": "string" } }, "required": [ "title" ], "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