get_video_metadata
Retrieve a YouTube video's title, channel name, and thumbnail using only the video URL or ID—no API key required.
Instructions
Fetch title, channel name, and thumbnail for a YouTube video via the no-auth oEmbed endpoint.
Note: oEmbed does not expose upload date or full description (those require the official
Data API + an API key). This returns what's available without one.
Args:
video_url_or_id: Full YouTube URL or bare 11-char video ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |