youtube.channel_details
ActiveTool of Vee3
Fetch metadata for a public YouTube channel by channel id or URL. Accepts a channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg) or common YouTube channel URLs (for example https://www.youtube.com/@WWE). Returns title, username, description, subscriber and view counts, join date, verification flags, avatar and banner images, keywords, and external links. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_youtube_channel_detailsArguments",
"required": [
"channel_id"
],
"properties": {
"channel_id": {
"type": "string",
"title": "Channel Id",
"maxLength": 2048,
"description": "YouTube channel id or URL (for example UCJ5v_MCY6GNUBTO8-D3XoAg or https://www.youtube.com/@WWE)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries