search_videos
Search YouTube for videos by query, retrieving titles, IDs, and channel details. Results are sorted by rating to highlight quality content.
Instructions
Searches YouTube for videos matching the specified query. Returns a list of video results with title, video ID, and channel information. Results are sorted by rating by default for better quality content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to find YouTube videos. Can include keywords, phrases, or specific terms related to the content you're looking for. | |
| sortBy | No | Optional: How to sort the search results. Options are: 'relevance' (most relevant), 'date' (newest first), 'rating' (highest rated first - default), 'viewCount' (most viewed), 'title' (alphabetical). | rating |