get_video_info
Look up YouTube video metadata (title, duration, channel, publish date) without consuming Gemini tokens.
Instructions
Cheap metadata-only lookup for a single YouTube video (1 YouTube API unit).
Use this to inspect a video's title, duration, channel, and publish date without burning Gemini tokens.
Args: video_url: Full YouTube URL or just the video ID min_duration_seconds: Threshold for the excluded_from_analysis flag (default 600)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | ||
| min_duration_seconds | No |