get_channel_videos
Retrieve recent videos from a YouTube channel using its URL, handle, or ID. Sort results by upload date or view count to find relevant content.
Instructions
Get recent videos from a YouTube channel. Supports sorting by date or view count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube channel URL, @handle, or channel ID | |
| order | No | Sort order (default: date) | |
| max_results | No | Number of videos to return (1-50, default: 25) |