list_collections
Discover available video collections and their metadata. Use this to get collection IDs, video counts, and types before using collection-specific tools.
Instructions
Discover available video collections and their basic metadata. Use this first to understand what video collections exist before using other collection-specific tools. Shows collection IDs needed for other tools, video counts, and collection types. For collections with type 'media-descriptions', use describe_video with the collection_id parameter to fetch previously extracted descriptions for a given Cloudglue file. For collections with type 'entities', use extract_video_entities with the collection_id parameter to fetch previously extracted entities for a given Cloudglue file. Results are paginated in 25 collections per page - use the 'page' parameter to retrieve specific pages (page 0 = first 25 collections, page 1 = next 25 collections, etc.). Each response includes page and total_pages fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results. Each page contains 25 collections. Defaults to 0 (first page). Use this to retrieve collections for specific pages. Increase the page number to get the next 25 collections. | |
| collection_type | No | Filter by collection type: 'media-descriptions' or 'entities'. Leave empty to see all types. |