get_channel_metadata
Fetch channel profile, statistics, and content details by channel ID or @handle. Returns title, subscriber count, video 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 |
|---|---|---|---|
| handle | No | A YouTube channel handle (e.g., '@MrBeast' or 'MrBeast') | |
| channel_ids | No | Comma-separated channel IDs | |
| max_results | No | Default 5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| items | Yes | ||
| pageInfo | No | ||
| nextPageToken | No |