get_video_comments
Fetch top-level comments for a YouTube video, returning author, text, like count, reply count, and publish date. Supports relevance or time sorting.
Instructions
Fetch top-level comments from a YouTube video. Returns author, text, like count, reply count, and publish date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID | |
| order | No | Sort order (default: relevance) | |
| max_results | No | Number of comments (1-100, default: 20) |