Data & Analytics30 toolsPaste one API key
Grist integration for AI agents
Grist is a relational spreadsheet platform that combines the flexibility of a spreadsheet with the robustness of a database, allowing users to create custom applications tailored to their data needs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Grist once and call the same tools from all of them.
Setup
Connect Grist 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
Grist exposes 30 tools through ClawLink. The 25 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
grist_download_all_attachments_archive | Download all attachments from a Grist document as a single archive file (.zip or .tar) | Read |
grist_download_attachment | Download a file attachment from a Grist document | Read |
grist_fetch_document_metadata | Fetch metadata for a specified Grist document | Read |
grist_fetch_table_metadata | Retrieve metadata for a specified table in a Grist document | Read |
grist_get_org_access | Retrieves the list of users who have access to a Grist organization along with their access | Read |
grist_get_users | Retrieve a list of users via SCIM v2 | Read |
grist_list_attachments | List all attachments in a Grist document | Read |
grist_list_columns | List all columns in a specified Grist table | Read |
grist_list_organizations | List all organizations accessible to the authenticated user | Read |
grist_list_records | Retrieve records from a specified table within a Grist document | Read |
grist_list_tables | List all tables within a specified document | Read |
grist_list_webhooks | List all webhooks configured for a Grist document | Read |
grist_list_workspaces | List all workspaces and documents accessible to the authenticated user on the current site | Read |
grist_run_sql_query | Execute a read-only SQL SELECT query on a Grist document | Read |
grist_add_records | Add one or more records to a Grist table | Write |
grist_create_document | Creates a new Grist document in a specified workspace | Write |
grist_create_scim_user | Create a new SCIM user | Write |
grist_create_table | Create tables in a document | Write |
grist_create_webhook | Create a new webhook for a specified document | Write |
grist_update_column_metadata | Updates metadata (label, type, description, formula, etc.) for one or more columns in a Grist | Write |
grist_update_document_metadata | Update metadata for a specified Grist document | Write |
grist_update_records | Update existing records in a Grist table by their row IDs | Write |
grist_update_table_metadata | Update metadata properties for a table in a Grist document | Write |
grist_update_webhook | Update an existing webhook configuration for a Grist document | Write |
grist_upload_attachment | Upload one or more file attachments to a Grist document | Write |