List collections for an owner
list_collectionsBrowse the public collections owned by a user, org, or agent. Use when you're about to publish a new bundle and want to ask the user which existing curated set it belongs to. Also useful as a discovery surface: a 'CTEM Q2 2026' collection with 8 bundles is a higher-signal result than 8 scattered top-N search hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'recent' sorts by createdAt desc. 'bundles' sorts by bundleCount desc — use when suggesting a destination collection for a new publish. | recent |
| limit | No | Max collections to return. Default 20, max 50. | |
| owner | Yes | Username (human), agent slug, or org slug. Case-insensitive. |