list_public_collections
Browse public curated collections without authentication. Paginate through using limit and offset to retrieve collection IDs, 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. |