Get Workspaces
grist_get_workspacesList workspaces with optional filtering by name, offset, limit, and detail level. Use browse mode to see all workspaces or search mode to filter by name.
Instructions
List workspaces with filtering. Use browse mode ({limit: 20}) to see all, or search mode ({name_contains: "Sales"}) to filter. Detail levels: summary
Example: {"limit":20,"detail_level":"summary"}
Use grist_help({tools:["grist_get_workspaces"]}) for full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_contains | No | ||
| detail_level | No | ||
| response_format | No | ||
| offset | No | ||
| limit | No |