Skip to main content
Glama

HackerNews MCP Server

search_comments

Analyze comment engagement patterns and statistics for HackerNews posts, enabling detailed insights into user interactions and discussion depth up to a specified level.

Instructions

Analyze the comment tree of a post for engagement patterns and statistics

Input Schema

NameRequiredDescriptionDefault
maxDepthNo
postIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDepth": { "default": 5, "maximum": 10, "minimum": 1, "type": "number" }, "postId": { "type": "number" } }, "required": [ "postId" ], "type": "object" }

Other Tools from HackerNews MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traves-Theberge/Hackernews-MCP-Typescript'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server