youtube_get_comments
Retrieve top-level YouTube comments for a video to analyze audience reactions. Requires a video URL and returns structured comment records.
Instructions
Retrieve up to max_results top-level comments for a known YouTube video. Use this for audience reactions, not video metadata or transcripts. Read-only and requires YOUTUBE_API_KEY; returns structured comment records. Calls may fail when comments are disabled, the video is unavailable, or Data API quota is exhausted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or ID | |
| max_results | No | Max comments (default 20) |