get_channel_videos
Retrieve videos from any YouTube channel by URL or handle, with options to sort by date or popularity and limit results up to 100 videos.
Instructions
Get videos from a YouTube channel.
Args: channel: Channel URL or @handle (e.g. "@mkbhd") limit: Maximum number of videos (default 20, max 100) sort: Sort order — "date" (newest first) or "popular" (most viewed)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| limit | No | ||
| sort | No | date |