hn_top_stories
Fetch trending HackerNews stories by feed, limit, and minimum score. Returns JSON with story id, title, URL, score, comments, and author.
Instructions
Fetch top, best or new stories from HackerNews.
Args: params (HnTopStoriesInput): - feed (str): 'top', 'best', or 'new' - limit (int): Stories to return (1–30) - min_score (int): Minimum score filter
Returns: str: JSON with feed, count, stories[]. Each story: id, title, url, score, comments, by, posted, hn_link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |