hn_get_comments
Retrieve top-level comments for a Hacker News story in default ranking order. Specify story ID and optional limit up to 30 comments.
Instructions
Get the top-level comments thread for a story, in HN ranking order.
Args: story_id: The HN item id of the parent story. limit: Number of comments to return (1-30). Default 10.
Returns: List of comment dicts with id, author, text, posted_unix, replies_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| story_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |