Productivity18 toolsPaste one API key
Tally integration for AI agents
Create forms and collect responses
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Tally once and call the same tools from all of them.
Setup
Connect tally through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Tally exposes 18 tools through ClawLink. The 16 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
tally_create_form | Tool to create a new form. Use after preparing block definitions and optional settings. | Write |
tally_create_webhook | Tool to create a new webhook for a form. Use after confirming you have the form ID and the callback URL. | Write |
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. | Read |
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. | Read |
tally_get_user_info | Tool to retrieve information about the authenticated user. Use when you need to confirm account-level details before proceeding. | Read |
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. | Read |
tally_get_workspace | Tool to retrieve a single workspace by its ID with associated members. Use when you need to get detailed information about a specific workspace. | Read |
tally_list_form_questions | Tool to retrieve all questions from a specific form. Use when you need to list all questions and their structure after obtaining the form ID. | Read |
tally_list_forms | Tool to retrieve a paginated list of forms. Use when you need to list all forms accessible to the authenticated user. | Read |
tally_list_organization_invites | Tool to retrieve all pending invites in your organization. Use when you need to view or manage organization invitation status. | Read |
tally_list_organization_users | Retrieve all users in an organization | Read |
tally_list_webhooks | Retrieve a paginated list of configured webhooks | Read |
tally_list_workspaces | Retrieve a paginated list of workspaces | Read |
tally_update_form | Update form details | Write |
tally_update_webhook | Update an existing webhook configuration | Write |
tally_update_workspace | Update the details of a specific workspace identified by its ID | Write |