Skip to main content
Glama

Hacker News Companion MCP

by georgeck

get_hn_post_formatted_comments

Retrieve and format comments from a Hacker News discussion post to prepare them for summarization by an LLM using specific prompts.

Instructions

Retrieves and formats comments from a Hacker News discussion post for summarization by an LLM. Use the hacker_news_summarization_user_prompt prompts to generate a summary.

Input Schema

NameRequiredDescriptionDefault
post_urlYesThe URL or ID for the Hacker News post to analyze. Can be a full URL (https://news.ycombinator.com/item?id=43456723) or just the numeric post ID e.g. 43456723.

Input Schema (JSON Schema)

{ "properties": { "post_url": { "description": "The URL or ID for the Hacker News post to analyze. Can be a full URL (https://news.ycombinator.com/item?id=43456723) or just the numeric post ID e.g. 43456723.", "type": "string" } }, "required": [ "post_url" ], "type": "object" }

Other Tools from Hacker News Companion MCP

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/georgeck/hn-companion-mcp'

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