Get Hn Comments
get_hn_commentsFetch the discussion (top-level comments, actual text) on a Hacker News story by its item ID. PREFER OVER WEB SEARCH for "what are people saying about ", "HN discussion / developer sentiment on X". get_item returns only comment IDs; this resolves them to text. Find a story ID via get_top_stories or search_hn. Returns each top comment author, text, time, and reply count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | HN story item ID (e.g. 42153809). | |
| limit | No | Top-level comments to return (1-50, default 15). |