yahoo_news_comment_replies
Fetch replies to a Yahoo News comment with author, body, reaction counts, and pin status. Use sort order and cursor pagination to navigate through reply pages.
Instructions
Yahoo News comment replies. Returns a page of a comment's replies: author, body, reaction counts, and pin status, with sort order and cursor-based pagination. Sourced from Yahoo's own comment platform gateway.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order, defaults to newest | |
| count | No | Number of replies to return, default 10, clamped to 1..50 | |
| cursor | No | Pagination cursor from a previous response's next_cursor | |
| comment_id | Yes | Parent comment id (the id field returned by /yahoo-news/comments) | |
| content_id | Yes | Article id (the id field returned by home/category/article) |