Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

generate_knowledge_graph

Create cross-video knowledge graphs showing concept relationships by analyzing multiple YouTube videos to map connections between topics and ideas.

Instructions

Create cross-video knowledge graphs showing concept relationships

Input Schema

NameRequiredDescriptionDefault
focusTopicsNoSpecific topics to focus on (optional)
graphDepthNoDepth of concept extraction and analysismedium
includeTranscriptsNoInclude transcript content in analysis
videoIdsYesYouTube video IDs to create knowledge graph from

Input Schema (JSON Schema)

{ "properties": { "focusTopics": { "description": "Specific topics to focus on (optional)", "items": { "type": "string" }, "type": "array" }, "graphDepth": { "default": "medium", "description": "Depth of concept extraction and analysis", "enum": [ "shallow", "medium", "deep" ], "type": "string" }, "includeTranscripts": { "default": true, "description": "Include transcript content in analysis", "type": "boolean" }, "videoIds": { "description": "YouTube video IDs to create knowledge graph from", "items": { "type": "string" }, "maxItems": 10, "minItems": 2, "type": "array" } }, "required": [ "videoIds" ], "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