get_comments
Retrieve threaded comments for a Hacker News story, with configurable depth and limit.
Instructions
Get comments on a Hacker News story (threaded, depth-limited)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max reply depth (max 5) | |
| limit | No | Max top-level comments to fetch (max 30) | |
| story_id | Yes | Hacker News story ID |