list_collections
Browse all collections in the workspace to find organized groups of related resources such as tables, dashboards, and documents.
Instructions
List all collections in the workspace.
Collections are organized groups of related resources (tables, dashboards, documents).
Use this to browse what topic areas and resource groups exist.
Args:
title: Filter collections by title (optional)
page: Page number for pagination (default: 1)
truncate_length: Maximum characters for text fields in results (default: 150)
Returns:
List of collections with text fields truncated to specified length
Example:
list_collections(title="Customer")
list_collections(page=2)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Filter collections by title (optional) | |
| page | No | Page number for pagination | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |