Skip to main content
Glama

mcp-hn

by erithwik
MIT License
52
  • Apple

get_user_info

Retrieve user details and submitted stories from Hacker News by specifying a username and optional story count.

Instructions

Get user info from Hacker News, including the stories they've submitted

Input Schema

NameRequiredDescriptionDefault
num_storiesNoNumber of stories to get, defaults to 10
user_nameYesUsername of the user

Input Schema (JSON Schema)

{ "properties": { "num_stories": { "description": "Number of stories to get, defaults to 10", "type": "integer" }, "user_name": { "description": "Username of the user", "type": "string" } }, "required": [ "user_name" ], "type": "object" }

Other Tools from mcp-hn

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

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