Get Documents
grist_get_documentsRetrieve Grist documents using ID, name search, workspace filter, or browse all. Detail levels allow summary or full data retrieval.
Instructions
Find documents by ID (fastest), name search, workspace filter, or browse all. Detail levels: summary (name, id, workspace, access ~50 tokens/doc) or d
Example: {"docId":"qBbArddFDSrKd2jpv3uZTj"}
Use grist_help({tools:["grist_get_documents"]}) for full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | No | ||
| name_contains | No | ||
| workspaceId | No | ||
| detail_level | No | ||
| response_format | No | ||
| offset | No | ||
| limit | No |