youtube_list_videos
List videos from a YouTube channel or playlist. Returns summaries with stats, sorted by most recent.
Instructions
List videos from a channel or playlist.
For a channel, uses the channel's uploads playlist. Returns video summaries with stats, sorted by most recent.
Args: channel_id: Channel ID to list videos from playlist_id: Playlist ID to list videos from (overrides channel_id) mine: If True, list the authenticated user's videos max_results: Number of videos to return (max 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | ||
| channel_id | No | ||
| max_results | No | ||
| playlist_id | No |