Hacker News MCP Server

by devabdultech
Verified

getStoryWithComments

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" }