list_public_collections
List public curated collections without authentication. Paginate through results with limit and offset to view collection names and descriptions.
Instructions
List public, curated collections (no auth). Returns { count, collections[] } with id, name, and description. Page through results with limit + offset. When to use: browse editorially curated public collections available to everyone. For the signed-in user's OWN collections, use list_my_collections instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum collections to return. Default 20. | |
| offset | No | Number of collections to skip, for pagination. Default 0. |