Hacker News MCP Server

by devabdultech
Verified

getStoryWithComments

Retrieve a Hacker News story along with its associated comments by providing the story ID through the Hacker News MCP Server, enabling detailed context and discussions for analysis or reference.

Instructions

Get a story with its comments

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the story

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the story", "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Hacker News MCP Server

Related Tools

ID: 73uji99mwg