Hacker News MCP Server

by devabdultech
Verified

getCommentTree

Get a comment tree for a story

Input Schema

NameRequiredDescriptionDefault
storyIdYesThe ID of the story

Input Schema (JSON Schema)

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