get_channel_videos
Retrieve recent videos from any YouTube channel using URL, handle, or ID, with sorting by date or view count and up to 50 results.
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) |