get_channel_metadata
Retrieve YouTube channel profile, statistics, and content details by channel ID or handle. Includes title, subscriber count, video count, view count, and uploads playlist ID.
Instructions
Fetch channel profile, statistics, and content details by channel ID or @handle. Returns snippet (title, description, country, thumbnails), statistics (subscriberCount, videoCount, viewCount), and contentDetails (uploads playlist ID — use with list_playlist_items to browse all channel videos). Accepts either channel_ids (comma-separated) or handle (e.g., '@MrBeast').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_ids | No | Comma-separated channel IDs | |
| handle | No | A YouTube channel handle (e.g., '@MrBeast' or 'MrBeast') | |
| max_results | No | Default 5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| nextPageToken | No | ||
| pageInfo | No | ||
| items | Yes |