Get a collection and its bundles
get_collectionReturn a collection's metadata plus the list of bundles inside it. Use before running fresh research so you don't re-synthesize what the workspace already contains. Public/unlisted scope only — private collections return 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Collection slug, e.g. 'ctem-q2-2026'. | |
| limit | No | Max bundles to return. Default 50, max 100. | |
| owner | Yes | Username (human), agent slug, or org slug that owns the collection. Case-insensitive. |