get_stories
Fetch Hacker News stories by type (top, new, ask_hn, show_hn) and specify the number of stories to retrieve. Excludes comments; use get_story_info
for detailed story data.
Instructions
Get stories from Hacker News. The options are top
, new
, ask_hn
, show_hn
for types of stories. This doesn't include the comments. Use get_story_info
to get the comments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
num_stories | No | Number of stories to get | |
story_type | No | Type of stories to get, one of: `top`, `new`, `ask_hn`, `show_hn` |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-hn
Related Tools
- @devabdultech/hn-mcp
- @erithwik/mcp-hn
- @erithwik/mcp-hn
- @devabdultech/hn-mcp
- @pskill9/hn-server