search_video_summaries
Use natural language queries to semantically search video collections and find relevant videos based on content, summaries, and metadata. Returns results with relevance scores.
Instructions
AI-powered semantic search to find relevant videos within a collection. Uses Cloudglue's search API to locate videos based on their content, summaries, and metadata. Works with rich-transcripts and media-descriptions collections. Returns structured search results with video information and relevance scores. Perfect for discovering videos by topic, theme, or content similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | Collection ID from list_collections without the 'cloudglue://collections/' prefix (e.g., use 'abc123' not 'cloudglue://collections/abc123'). Works with rich-transcripts and media-descriptions collections. | |
| query | Yes | Natural language search query to find relevant videos. Examples: 'Find videos about pricing strategies', 'Show me customer complaint videos', 'Locate product demo videos', 'Find videos mentioning specific competitors'. Be specific about what you're looking for. |