search_youtube
Search YouTube for videos by query, with filters for sort order, duration, definition, and publication date to refine results.
Instructions
Search for YouTube videos using the YouTube Data API v3
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Order of results (relevance, date, rating, viewCount, title) | relevance |
| query | Yes | Search query for YouTube videos | |
| maxResults | No | Maximum number of results to return (1-50, default: 10) | |
| videoDuration | No | Filter by video duration | any |
| publishedAfter | No | Return videos published after this date (RFC 3339 format, e.g., '2023-01-01T00:00:00Z') | |
| publishedBefore | No | Return videos published before this date (RFC 3339 format, e.g., '2024-01-01T00:00:00Z') | |
| videoDefinition | No | Filter by video definition | any |