search_channel_videos
Search a specific YouTube channel's videos by keyword, then refine results by publication date or sorting options.
Instructions
Search one channel's videos by keyword, e.g. the latest iPhone review on MKBHD.
Costs 100 YouTube quota units per 50 results. When you want recent uploads and have no keyword, use list_channel_videos instead — it is 100x cheaper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Result ordering; 'relevance' matches the query best, 'date' is newest first | relevance |
| query | Yes | What to search for within the channel's videos | |
| channel | Yes | Channel handle (@mkbhd), channel URL, channel id (UC...), or channel name | |
| max_results | No | How many videos to return (1-50) | |
| published_after | No | Only videos published at or after this point: 7d, 6m, 1y, 2025-01-31, or RFC 3339 | |
| published_before | No | Only videos published at or before this point, same formats as published_after |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of videos in this response | |
| query | No | Search terms, when searching | |
| videos | Yes | Videos, newest first unless reordered | |
| channel | Yes | The channel the videos belong to | |
| truncated | No | True when more videos matched than max_results allowed | |
| published_after | No | Lower bound applied to publish dates | |
| published_before | No | Upper bound applied to publish dates |