youtube
YOUTUBE_GET_CHANNEL_STATISTICS
Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts.
Remote youtube
Other tools also called YOUTUBE_GET_CHANNEL_STATISTICS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"UCddiUEpeqJcYeBxX1IVBKvQ"
],
"description": "Comma-separated list of YouTube channel IDs. Channel IDs typically start with 'UC'. This is a required field and must be non-empty"
},
"part": {
"type": "string",
"title": "Part",
"default": "statistics",
"examples": [
"statistics",
"snippet,statistics"
],
"description": "Comma-separated list of channel resource properties to include. Use 'statistics' for subscriber count."
}
}
}