getComments
Fetch and display nested comments for any Hacker News post by specifying the item ID and desired depth, enabling efficient interaction with live comment threads.
Instructions
Get comments for a specific item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Maximum depth of comments to fetch (default: 2) | |
id | Yes | The item ID to fetch comments for |