YouTube MCP Server

by coyaSONG
Verified

get-key-moments

Extract timestamped key moments from video transcripts to quickly navigate and summarize important segments. Analyze YouTube videos by providing the video ID and optional max moments count for structured output.

Instructions

Extract key moments with timestamps from a video transcript for easier navigation and summarization. This tool analyzes the video transcript to identify important segments based on content density and creates a structured output with timestamped key moments. Useful for quickly navigating to important parts of longer videos. Parameters: videoId (required) - The YouTube video ID; maxMoments (optional) - Number of key moments to extract (default: 5, max: 10). Returns a formatted text with key moments and their timestamps, plus the full transcript.

Input Schema

NameRequiredDescriptionDefault
maxMomentsNo
videoIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxMoments": { "type": "string" }, "videoId": { "minLength": 1, "type": "string" } }, "required": [ "videoId" ], "type": "object" }

You must be authenticated.

Other Tools from YouTube MCP Server

Related Tools

ID: nuyw49oscd