youtube
videos_getVideo
Get detailed information about a YouTube video including URL
Remote sfiorini/youtube-mcp
Remote (network-hosted)
Other tools also called videos_getVideo?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"parts": {
"type": "array",
"items": {
"type": "string"
},
"description": "Parts of the video to retrieve"
},
"videoId": {
"type": "string",
"description": "The YouTube video ID"
}
}
}