List YouTube channel videos
youtube_channel_videos_listList long-form videos from a YouTube channel (not Shorts — use youtube.channel.shorts.list). Accepts a channel id or handle. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque pagination cursor returned by a previous response. | |
| handle | No | Optional YouTube channel handle for the request. | |
| sortBy | No | Optional sort order for the returned YouTube videos. | |
| channelId | No | Optional YouTube channel id for the request. | |
| includeExtras | No | Optional flag to include richer per-video metadata when available. |