get_channel_overview
Retrieve your YouTube channel's key metrics: subscriber count, total views, video count, and uploads playlist ID. Use refresh=true to get current data instead of cached.
Instructions
Basic stats of the authenticated owner's YouTube channel: subscribers, total views, video count and uploads playlist id. Cached locally; pass refresh=true to bypass the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| channel_id | Yes | ||
| view_count | Yes | ||
| video_count | Yes | ||
| subscriber_count | Yes | ||
| uploads_playlist_id | Yes |