summarize_video
Summarize any YouTube video from captions and metadata. Returns JSON with summary, key points, chapters, timestamped quotes, coverage, and suggested next steps.
Instructions
Summarize one YouTube video from captions and metadata. Returns JSON with summary, key_points[], chapters[], quotes[] (timestamped), coverage{} (transcript sampling), and next_steps[]. Requires captions (auto-generated counts). Multi-video creator synthesis uses youtube_query with goal=advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | brief = concise takeaways; detailed = longer outline, more quotes and chapter detail. | brief |
| languages | No | Preferred caption language codes (en, fr, …). Falls back with language_fallback flagged. | |
| video_ref | Yes | YouTube watch URL, youtu.be link, or 11-character video ID. | |
| include_timestamps | No | Include start/timestamp on quotes and optional transcript_segments[]. |