Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

get_video_details

Retrieve detailed YouTube video information including title, description, statistics, optional transcript, and comments for content analysis and research purposes.

Instructions

Get comprehensive information about a specific YouTube video

Input Schema

NameRequiredDescriptionDefault
commentsOrderNoSort order for commentsrelevance
includeCommentsNoWhether to include video comments
includeTranscriptNoWhether to include video transcript
maxCommentsNoMaximum number of comments to retrieve
videoIdYesYouTube video ID

Input Schema (JSON Schema)

{ "properties": { "commentsOrder": { "default": "relevance", "description": "Sort order for comments", "enum": [ "relevance", "time" ], "type": "string" }, "includeComments": { "default": true, "description": "Whether to include video comments", "type": "boolean" }, "includeTranscript": { "default": true, "description": "Whether to include video transcript", "type": "boolean" }, "maxComments": { "default": 50, "description": "Maximum number of comments to retrieve", "maximum": 100, "minimum": 1, "type": "number" }, "videoId": { "description": "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/efikuta/youtube-knowledge-mcp'

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