get_hn_discussion
Fetch Hacker News comments for a story URL or ID to see community opinions and discussion details.
Instructions
Fetch the Hacker News discussion comments for an article.
Use this when the user wants to know what people are saying about a specific Hacker News story, or wants more details/opinions on a topic.
Args: story_url: The HN discussion URL (https://news.ycombinator.com/item?id=...) or just the numeric ID max_comments: Maximum number of top-level comments to fetch (default 15)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_url | Yes | ||
| max_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |