youtube
youtube_get_channel
Get channel information by ID or username. Returns snippet (name, description, avatar), statistics (subscribers, views, video count), and branding settings. Costs 1 quota unit.
Remote node2flow/youtube
Other tools also called youtube_get_channel?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Channel ID (e.g. \"UC...\") or comma-separated IDs (up to 50)"
},
"part": {
"type": "string",
"description": "Resource parts: \"snippet\", \"contentDetails\", \"statistics\", \"brandingSettings\" (default: \"snippet,contentDetails,statistics\")"
},
"for_username": {
"type": "string",
"description": "Channel username (alternative to ID)"
}
}
}