get_video_comments
Fetch top-level comments from a YouTube video, returning author, text, like count, reply count, and publish date.
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 | |
| max_results | No | Number of comments (1-100, default: 20) | |
| order | No | Sort order (default: relevance) |