Tally

Tally

Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.

51VIEWS
2165USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app tallynpx @composio/cli add cursor --app tallynpx @composio/cli add cursor --app tallynpx @composio/cli add cursor --app tally

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Form

Tool to create a new form. use after preparing block definitions and optional settings.

Create Webhook

Tool to create a new webhook for a form. use after confirming you have the form id and the callback url.

Delete Form

Tool to delete a specific form identified by its id. use after confirming the form should be permanently removed.

Delete Webhook

Tool to delete a specific webhook. use after confirming the webhook id.

Get Form Details

Tool to retrieve details of a specific form. use when you need comprehensive form metadata by id. use after confirming the form id to fetch its full configuration, blocks, and stats.

Get Form Fields

Tool to retrieve the fields of a specific form. use when you need the form's field definitions after obtaining its id.

Get Form Responses

Tool to retrieve the responses of a specific form. use after confirming the form id and when paginated data is needed.

Get Form Settings

Tool to retrieve the settings of a specific form. use after confirming the form id. example: "get settings for form abc123."

Get User Info

Tool to retrieve information about the authenticated user. use when you need to confirm account details before proceeding.

Get Webhook Events

Tool to list events associated with a specific webhook. use when you need to inspect delivery history after creating or listing a webhook.

List Forms

Tool to retrieve a paginated list of forms. use when you need to list all forms accessible to the authenticated user.

List Submissions

Tool to list submissions for a specific form. use when you need to paginate through form submissions.

List Webhooks

Tool to retrieve a paginated list of configured webhooks. use when you need a full listing of webhooks across your accessible forms and workspaces.

List Workspaces

Tool to retrieve a paginated list of workspaces. use when you need to browse workspaces accessible to the authenticated user.

Update Form

Tool to update form details. use after confirming the form exists and obtaining its id.

Update Workspace

Tool to update the details of a specific workspace identified by its id. use when you need to rename a workspace after confirming the workspace id.

16 actions available