Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

analyze_video_content

Analyze YouTube videos to extract key insights including topics, sentiment, questions, summaries, and keywords from video content and comments.

Instructions

Get AI-powered analysis and insights from video content

Input Schema

NameRequiredDescriptionDefault
analysisTypeNoTypes of analysis to perform
includeCommentsNoInclude comments in the analysis
videoIdYesYouTube video ID to analyze

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "default": [ "summary" ], "description": "Types of analysis to perform", "items": { "enum": [ "topics", "sentiment", "questions", "summary", "keywords" ], "type": "string" }, "type": "array" }, "includeComments": { "default": false, "description": "Include comments in the analysis", "type": "boolean" }, "videoId": { "description": "YouTube video ID to analyze", "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