Get Top Stories
hn_get_top_storiesRetrieve the IDs of current top stories on Hacker News. Supports pagination with limit and offset parameters, and output format selection between markdown and JSON.
Instructions
Retrieve IDs of the current top stories on Hacker News.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of stories to return | |
| offset | No | Offset for pagination | |
| response_format | No | Output format (markdown or json) | markdown |