yt_video_details
ActiveTool of Youtube
declared in 0.1.0
Get detailed information about one or more YouTube videos including title, description, channel, duration, view/like/comment counts, and tags.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-youtube-api-key",
"video_id": "dQw4w9WgXcQ"
},
{
"_apiKey": "your-youtube-api-key",
"video_id": "dQw4w9WgXcQ,9bZkp7q19f0"
}
],
"required": [
"_apiKey",
"video_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "YouTube Data API v3 key from Google Cloud Console"
},
"video_id": {
"type": "string",
"description": "Video ID or comma-separated list of video IDs (max 50)"
}
}
}Parent server
Youtube
https://github.com/pipeworx-io/mcp-youtube
1/7 registries