Skip to main content
Glama

Tally MCP

analyze_submissions

Process and analyze form submissions to extract insights such as trends, completion rates, and response summaries, enabling data-driven decisions for Tally.so forms.

Instructions

Analyze form submissions and provide insights

Input Schema

NameRequiredDescriptionDefault
analysisTypeYesType of analysis to perform
formIdYesID of the form to analyze

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "description": "Type of analysis to perform", "enum": [ "summary", "trends", "responses", "completion_rate" ], "type": "string" }, "formId": { "description": "ID of the form to analyze", "type": "string" } }, "required": [ "formId", "analysisType" ], "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