Skip to main content
Glama

Tally MCP

get_submissions

Retrieve specific form submissions with filters like limit, offset, and date range using the Tally MCP server for efficient data management.

Instructions

Retrieve submissions for a specific form

Input Schema

NameRequiredDescriptionDefault
formIdYesID of the form
limitNoMaximum number of submissions to return
offsetNoNumber of submissions to skip
sinceNoISO date string to filter submissions since

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "ID of the form", "type": "string" }, "limit": { "description": "Maximum number of submissions to return", "type": "number" }, "offset": { "description": "Number of submissions to skip", "type": "number" }, "since": { "description": "ISO date string to filter submissions since", "type": "string" } }, "required": [ "formId" ], "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