Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

generate_video_chapters

Create structured video chapters with timestamps and descriptions for YouTube videos using AI analysis to organize content and improve navigation.

Instructions

Generate AI-powered video chapters with timestamps and descriptions

Input Schema

NameRequiredDescriptionDefault
includeDescriptionsNoInclude detailed chapter descriptions
maxChaptersNoMaximum number of chapters to generate
minChapterLengthNoMinimum chapter length in seconds
videoIdYesYouTube video ID to generate chapters for

Input Schema (JSON Schema)

{ "properties": { "includeDescriptions": { "default": true, "description": "Include detailed chapter descriptions", "type": "boolean" }, "maxChapters": { "default": 10, "description": "Maximum number of chapters to generate", "maximum": 20, "minimum": 3, "type": "number" }, "minChapterLength": { "default": 60, "description": "Minimum chapter length in seconds", "maximum": 600, "minimum": 30, "type": "number" }, "videoId": { "description": "YouTube video ID to generate chapters for", "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