HACKERNEWS_GET_FRONTPAGE
Get the frontpage posts of Hacker News.
HACKERNEWS_GET_ITEM_WITH_ID
Get a specific item from Hacker News using its ID. Limits response size to prevent context overflow.
HACKERNEWS_GET_LATEST_POSTS
Get the latest posts from Hacker News based on optional filters. Results can be limited using the size parameter.
HACKERNEWS_GET_TODAYS_POSTS
Get today's posts from Hacker News.
HACKERNEWS_GET_USER
Get a specific user from Hacker News using their username.
HACKERNEWS_SEARCH_POSTS
Get relevant posts from Hacker News based on a full-text query and optional filters. Results can be limited using the size parameter.