youtube.video_details
ActiveTool of Vee3
Fetch metadata for a public YouTube video by video id or URL. Accepts a bare 11-character video id (for example PuQFESk0BrA) or common YouTube watch, youtu.be, Shorts, and embed URLs. Returns title, description, view count, duration, publish date, channel id, category, keywords, and thumbnails. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_youtube_video_detailsArguments",
"required": [
"video_id"
],
"properties": {
"video_id": {
"type": "string",
"title": "Video Id",
"maxLength": 2048,
"description": "YouTube video id or URL (for example PuQFESk0BrA, https://youtu.be/PuQFESk0BrA, or https://www.youtube.com/watch?v=PuQFESk0BrA)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries