Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

generate_learning_path

Create structured learning paths from YouTube videos tailored to your skill level, with difficulty assessment and optional quiz generation for effective topic mastery.

Instructions

Generate AI-powered learning paths from YouTube content with difficulty assessment

Input Schema

NameRequiredDescriptionDefault
includeQuizzesNoWhether to generate quiz questions
maxVideosNoMaximum number of videos to include
queryYesTopic or subject for the learning path
targetLevelNoTarget skill level for the learning pathbeginner

Input Schema (JSON Schema)

{ "properties": { "includeQuizzes": { "default": false, "description": "Whether to generate quiz questions", "type": "boolean" }, "maxVideos": { "default": 20, "description": "Maximum number of videos to include", "maximum": 50, "minimum": 5, "type": "number" }, "query": { "description": "Topic or subject for the learning path", "type": "string" }, "targetLevel": { "default": "beginner", "description": "Target skill level for the learning path", "enum": [ "beginner", "intermediate", "advanced" ], "type": "string" } }, "required": [ "query" ], "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