YouTube Toolbox

get_video_enhanced_transcript

Extract, filter, and search YouTube video transcripts with precision. Segment content, include metadata, and format output for detailed analysis and processing of multiple videos.

Instructions

Advanced transcript extraction tool with filtering, search, and multi-video capabilities. Provides rich transcript data for detailed analysis and processing. Features: 1) Extract transcripts from multiple videos; 2) Filter by time ranges; 3) Search within transcripts; 4) Segment transcripts; 5) Format output in different ways; 6) Include video metadata.

Input Schema

NameRequiredDescriptionDefault
case_sensitiveNo
end_timeNo
formatNotimestamped
include_metadataNo
languageNoko
queryNo
segment_countNo
segment_methodNoequal
start_timeNo
video_idsYes

Input Schema (JSON Schema)

{ "properties": { "case_sensitive": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Case Sensitive" }, "end_time": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "End Time" }, "format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "timestamped", "title": "Format" }, "include_metadata": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Include Metadata" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "ko", "title": "Language" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "segment_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 2, "title": "Segment Count" }, "segment_method": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "equal", "title": "Segment Method" }, "start_time": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Start Time" }, "video_ids": { "items": { "type": "string" }, "title": "Video Ids", "type": "array" } }, "required": [ "video_ids" ], "title": "get_video_enhanced_transcriptArguments", "type": "object" }
ID: r5s240ekuw