Skip to main content
Glama

HackerNews MCP Server

search_comments

Analyze HackerNews comment trees to identify engagement patterns, evaluate user interactions, and extract statistics for posts, providing insights into discussion dynamics and activity levels.

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

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