get_channel_videos
Retrieve a list of videos uploaded by a specified YouTube channel. Provide a channel ID to get the videos.
Instructions
Retrieves a list of videos from a specified YouTube channel. This tool is useful for getting all videos uploaded by a specific channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | Yes | The YouTube channel ID from which to retrieve videos. You can get this from search_channels results or from a channel URL. | |
| maxResults | No | Maximum number of videos to retrieve (default: 50, max: 200). |