get_youtube_video_info
Extract YouTube video metadata and transcripts for content analysis. Summarize transcripts with AI to reduce information overload while preserving key details.
Instructions
Get YouTube video metadata and transcript availability.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | YouTube video URL | |
| summarize_transcript | No | Summarize transcript | |
| max_tokens | No | Token limit for summarization | |
| llm_provider | No | LLM provider | |
| llm_model | No | LLM model | |
| summary_length | No | 'short'|'medium'|'long' | medium |
| include_timestamps | No | Include timestamps |