Manage Records
grist_manage_recordsManage records in Grist documents with CRUD operations including add, update, delete, and upsert. Execute batched operations sequentially to handle cross-table dependencies using natural data formats.
Instructions
CRUD for records: add, update, delete, upsert. Batched operations execute sequentially for cross-table dependencies. Use natural formats (no "L" prefi
Example: {"docId":"abc123","operations":[{"action":"add","tableId":"Contacts","records":[{"Name":"Alice","Email":"alice@example.com"}]}]}
Use grist_help({tools:["grist_manage_records"]}) for full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| operations | Yes | ||
| response_format | No |