Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

get_form_submissions

Retrieve a list of submissions for a specific form by providing the form ID, with options to limit results and paginate using offset. Part of Tally MCP Server tools for managing form data.

Instructions

Get list of submissions for a specific form

Input Schema

NameRequiredDescriptionDefault
formIdYesThe ID of the form
limitNoNumber of submissions to retrieve (default: 50)
offsetNoOffset for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "The ID of the form", "type": "string" }, "limit": { "description": "Number of submissions to retrieve (default: 50)", "type": "number" }, "offset": { "description": "Offset for pagination (default: 0)", "type": "number" } }, "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