Get Hacker News story comments
hackernews_story_comments_listList comments on a Hacker News story by id. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Hacker News story id whose comment tree should be returned. | |
| limit | No | Maximum comment nodes to return in this page (1–100). Default: 50. | |
| cursor | No | Opaque continuation cursor from a previous response. Omit for the first page. |