list_video_comments
Retrieve comment threads for a YouTube video or channel, with optional search filtering and pagination.
Instructions
Fetch top-level comment threads for a video or all comments on a channel. Returns snippet.topLevelComment (authorDisplayName, textDisplay, likeCount, publishedAt) and replies.comments[] for threaded replies. Use search_terms to filter comments containing a specific phrase. Use page_token to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | No | The video ID | |
| channel_id | No | The channel ID | |
| page_token | No | Token from a previous response to fetch the next page of results. | |
| max_results | No | Default 5 | |
| search_terms | No | Search query in comments |