Skip to main content
Glama

YouTube MCP Server

videos_getVideo

Retrieve detailed information about a YouTube video, such as metadata, by providing the video ID and specifying which parts to fetch using the MCP server's standardized interface.

Instructions

Get detailed information about a YouTube video

Input Schema

NameRequiredDescriptionDefault
partsNoParts of the video to retrieve
videoIdYesThe YouTube video ID

Input Schema (JSON Schema)

{ "properties": { "parts": { "description": "Parts of the video to retrieve", "items": { "type": "string" }, "type": "array" }, "videoId": { "description": "The YouTube video ID", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZubeidHendricks/youtube-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server