Tally
Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Tally authenticates with an API key. Generate the credential in your Tally account, then paste it into FlyMyAI the first time an agent uses a Tally action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API key | Your Tally API credential. Create or find it in your account settings (usually under API / Developer settings). (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
TALLY_CREATE_FORM | Tool to create a new form. use after preparing block definitions and optional settings. | - |
TALLY_CREATE_WEBHOOK | Tool to create a new webhook for a form. use after confirming you have the form id and the callback url. | formId, url |
TALLY_DELETE_FORM | Tool to delete a specific form identified by its id. use after confirming the form should be permanently removed. | formId |
TALLY_DELETE_WEBHOOK | Tool to delete a specific webhook. use after confirming the webhook id. | webhookId |
TALLY_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. | formId |
TALLY_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. | formId |
TALLY_GET_FORM_RESPONSES | Tool to retrieve the responses of a specific form. use after confirming the form id and when paginated data is needed. | formId |
TALLY_GET_FORM_SETTINGS | Tool to retrieve the settings of a specific form. use after confirming the form id. example: "get settings for form abc123." | formId |
TALLY_GET_USER_INFO | Tool to retrieve information about the authenticated user. use when you need to confirm account details before proceeding. | - |
TALLY_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. | webhookId |
TALLY_LIST_FORMS | Tool to retrieve a paginated list of forms. use when you need to list all forms accessible to the authenticated user. | - |
TALLY_LIST_SUBMISSIONS | Tool to list submissions for a specific form. use when you need to paginate through form submissions. | formId |
TALLY_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. | - |
TALLY_LIST_WORKSPACES | Tool to retrieve a paginated list of workspaces. use when you need to browse workspaces accessible to the authenticated user. | - |
TALLY_UPDATE_FORM | Tool to update form details. use after confirming the form exists and obtaining its id. | formId |
TALLY_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. | workspaceId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Tally!