Hacker News MCP Server

by devabdultech
Verified

getCommentTree

Retrieve a structured comment tree for any Hacker News story by providing its story ID. Integrates seamlessly with LLM clients to enhance interaction with HN discussions.

Instructions

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

You must be authenticated.

Other Tools from Hacker News MCP Server

Related Tools

ID: 73uji99mwg