list_comment_replies
Retrieve replies to a YouTube comment thread by parent comment ID, or fetch specific comments by IDs. Supports pagination.
Instructions
Fetch replies to a specific comment thread using parent_comment_id, or fetch individual comments by comma-separated comment_ids. Returns snippet (textDisplay, authorDisplayName, likeCount, publishedAt, parentId). Use page_token to paginate through large reply threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_ids | No | Comma-separated comment IDs | |
| parent_comment_id | No | Parent comment ID to get replies | |
| max_results | No | Default 5 | |
| page_token | No | Token from a previous response to fetch the next page of results. |