Grist
Overview
SLUG: GRIST
Description
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.
Authentication Details
API Key
Connecting to Grist
Create an auth config
Use the dashboard to create an auth config for the Grist toolkit. This allows you to connect multiple Grist accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Grist Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Grist toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GRIST_ADD_RECORDS
Tool Name: Add Records
Description
Action Parameters
Action Response
GRIST_CREATE_DOCUMENT
Tool Name: Create Document
Description
Action Parameters
Action Response
GRIST_CREATE_SCIM_USER
Tool Name: Create SCIM User
Description
Action Parameters
Action Response
GRIST_CREATE_TABLE
Tool Name: Create Table
Description
Action Parameters
Action Response
GRIST_CREATE_WEBHOOK
Tool Name: Create Document Webhook
Description
Action Parameters
Action Response
GRIST_DELETE_ATTACHMENT
Tool Name: Delete Attachment
Description
Action Parameters
Action Response
GRIST_DELETE_COLUMN
Tool Name: Delete Column
Description
Action Parameters
Action Response
GRIST_DELETE_RECORDS
Tool Name: Delete Grist Table Records
Description
Action Parameters
Action Response
GRIST_DELETE_SCIM_USER
Tool Name: Delete SCIM User
Description
Action Parameters
Action Response
GRIST_DELETE_WEBHOOK
Tool Name: Delete Webhook
Description
Action Parameters
Action Response
GRIST_DOWNLOAD_ALL_ATTACHMENTS_ARCHIVE
Tool Name: Download All Attachments Archive
Description
Action Parameters
Action Response
GRIST_DOWNLOAD_ATTACHMENT
Tool Name: Download Attachment
Description
Action Parameters
Action Response
GRIST_DOWNLOAD_ATTACHMENT_CONTENT
Tool Name: Download Grist Attachment Content
Description
Action Parameters
Action Response
GRIST_FETCH_COLUMN_METADATA
Tool Name: Fetch Column Metadata
Description
Action Parameters
Action Response
GRIST_FETCH_DOCUMENT_METADATA
Tool Name: Fetch Document Metadata
Description
Action Parameters
Action Response
GRIST_FETCH_TABLE_METADATA
Tool Name: Fetch Table Metadata
Description
Action Parameters
Action Response
GRIST_GET_ORG_ACCESS
Tool Name: Get Org Access
Description
Action Parameters
Action Response
GRIST_GET_USERS
Tool Name: Get Users
Description
Action Parameters
Action Response
GRIST_LIST_ATTACHMENTS
Tool Name: List Attachments
Description
Action Parameters
Action Response
GRIST_LIST_COLUMNS
Tool Name: List Columns
Description
Action Parameters
Action Response
GRIST_LIST_ORGANIZATIONS
Tool Name: List Organizations
Description
Action Parameters
Action Response
GRIST_LIST_RECORDS
Tool Name: List Records
Description
Action Parameters
Action Response
GRIST_LIST_TABLES
Tool Name: List Tables
Description
Action Parameters
Action Response
GRIST_LIST_WEBHOOKS
Tool Name: List Webhooks
Description
Action Parameters
Action Response
GRIST_LIST_WORKSPACES
Tool Name: List Workspaces
Description
Action Parameters
Action Response
GRIST_RUN_SQL_QUERY
Tool Name: Run SQL Query
Description
Action Parameters
Action Response
GRIST_UPDATE_COLUMN_METADATA
Tool Name: Update Column Metadata
Description
Action Parameters
Action Response
GRIST_UPDATE_DOCUMENT_METADATA
Tool Name: Update Document Metadata
Description
Action Parameters
Action Response
GRIST_UPDATE_RECORDS
Tool Name: Update Records
Description
Action Parameters
Action Response
GRIST_UPDATE_TABLE_METADATA
Tool Name: Update Table Metadata
Description
Action Parameters
Action Response
GRIST_UPDATE_WEBHOOK
Tool Name: Update Webhook
Description
Action Parameters
Action Response
GRIST_UPLOAD_ATTACHMENT
Tool Name: Upload Attachment
Description
Action Parameters
Action Response