youtube
youtube_list_subscriptions
List subscriptions for a channel. Returns subscribed channel names, descriptions, and item counts. Costs 1 quota unit.
Remote node2flow/youtube
Other tools also called youtube_list_subscriptions?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Subscription ID(s), comma-separated (up to 50)"
},
"part": {
"type": "string",
"description": "Resource parts (default: \"snippet,contentDetails\")"
},
"order": {
"type": "string",
"description": "Sort order: \"alphabetical\", \"relevance\", \"unread\" (default: \"relevance\")"
},
"channel_id": {
"type": "string",
"description": "Channel ID to list subscriptions for"
},
"page_token": {
"type": "string",
"description": "Pagination token from previous response"
},
"max_results": {
"type": "number",
"description": "Maximum results per page (1-50, default: 5)"
}
}
}