youtube_channel_videos
Retrieve a list of recent videos from a YouTube channel by URL, @handle, or ID. Returns video metadata sorted by publish date.
Instructions
List recent videos from a channel.
Accepts channel URL, @handle, or ID. Returns videos sorted by date (newest first) with metadata: id, title, description, duration, view_count, published_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_url_or_id | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |