get_video_comments
Retrieve YouTube comment threads for a specific video or entire channel to analyze audience feedback, sorted by relevance or time, with author, text, likes, timestamp, and replies.
Instructions
Fetches comment threads and audience discussions for a video or the whole channel.
Args: video_id: Optional specific YouTube video ID. If omitted, retrieves recent comments across the channel. max_results: Number of comment threads to fetch (max 100). order: Sort order: 'relevance' (top comments) or 'time' (newest first).
Returns: List of comments with author, comment text, likes, timestamp, and sample replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | relevance | |
| video_id | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |