Get best stories
get_best_storiesFetches Hacker News best stories and returns summaries. Use to discover high-quality popular stories beyond the front page.
Instructions
Fetches Hacker News beststories ranking from the public Firebase API and returns summaries, unlike get_top_stories front-page rank or get_new_stories chronological rank. Read-only, idempotent, and unauthenticated; the client caches GET responses in memory for 60 seconds and throttles upstream HN/Algolia requests to 10 requests/second with a burst of 20, while upstream HTTP, rate-limit, or response-shape failures are returned as tool errors. Use for high-quality/popular stories beyond the current front page; use search_stories for topic discovery or get_item_thread for comments on one item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stories to return. Defaults to 10; valid range is 1 to 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stories | Yes | ||
| returned | Yes |