list_collections
List the collections inside a project to browse the catalog-only organizational tiers. Each entry shows the collection's id, name, parent, and archive count.
Instructions
List the Collections inside one project. Collections are the middle tier of the Project > Collection > Archive model: catalog-only organizational nodes (never written to media). Each entry has the Collection's id, name, parent_collection_id (null at the top level), and the count of archives filed directly in it. Pass a Collection's id to list_archives (collection_id) to see its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project (container) id whose Collections to list. |