grist_get_tables
Retrieve table structure and schema from Grist documents to understand data organization and relationships. Specify detail levels from table names to full column information for efficient data analysis.
Instructions
Get table structure and schema. Detail levels: names (table IDs only ~20 tokens/table), columns (+ column names ~50 tokens/table), or full_schema (+ t
Example: {"docId":"abc123","detail_level":"names"}
Use grist_help({tools:["grist_get_tables"]}) for full schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| tableId | No | ||
| detail_level | No | ||
| response_format | No | ||
| offset | No | ||
| limit | No |