get_hackernews_stories
Fetch Hacker News stories by type: top, best, new, Ask HN, Show HN, or jobs. Retrieve tech news, startup discussions, and programming articles with customizable limits.
Instructions
Get Hacker News stories. Use this for tech news, startup discussions, programming articles. Supports different story types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_type | No | Type of stories: 'top' for front page/trending, 'best' for highest voted/all-time best, 'new' for latest/newest/recent, 'ask' for Ask HN questions/discussions, 'show' for Show HN project demos/launches, 'job' for job postings/hiring. | top |
| limit | No | Number of stories to fetch. Use 10-30 for quick overview, 50-100 for comprehensive list. | |
| use_cache | No | Whether to use cached data. |