KosmoKrator

forms

Tally MCP, CLI, and Lua Integration for AI Agents

Tally integration docs for AI agents: MCP gateway setup, Tally CLI commands, Lua API reference, credentials, and function schemas.

6 functions 6 read 0 write Bearer token auth

Tally for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
tally
route_slug
tally
package
tally
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Tally MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Tally.

Tally CLI Matrix

Use these pages for direct Tally CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
tally.tally_get_current_user Read read 0 Get the authenticated user's profile information, including name, email, and account details.
tally.tally_get_form Read read 1 Get full details of a specific Tally form by its ID, including form structure, fields, and settings.
tally.tally_get_submission Read read 1 Get full details of a specific form submission by its ID, including all field responses and metadata.
tally.tally_list_forms Read read 2 List all Tally forms accessible to the authenticated user. Returns form IDs, titles, status, and submission counts. Supports pagination.
tally.tally_list_submissions Read read 3 List all submissions for a specific Tally form. Returns respondent answers, submission dates, and metadata. Supports pagination.
tally.tally_list_workspaces Read read 0 List all workspaces accessible to the authenticated Tally user. Returns workspace names, IDs, and member info.