get_video_metadata
Retrieve YouTube video metadata including title, channel, duration, view count, likes, chapters, and tags. Answers questions about a video without needing its transcript.
Instructions
Get a YouTube video's metadata: title, channel, upload date, duration, view/like counts, chapters and tags.
Use this to answer questions about a video (its name, who made it, how long it is, when it came out) without fetching its transcript.
Args: video: A YouTube URL (watch, youtu.be, shorts, embed, live) or an 11-character video ID. include_description: If true, also return the (often long) description; otherwise it's omitted to keep the response small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | ||
| include_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| title | Yes | ||
| channel | Yes | ||
| channel_url | Yes | ||
| upload_date | Yes | ||
| duration_seconds | Yes | ||
| view_count | Yes | ||
| like_count | Yes | ||
| description | Yes | ||
| tags | Yes | ||
| chapters | Yes | ||
| thumbnail | Yes | ||
| webpage_url | Yes |