mcp-hn

MIT License
6
  • Apple

get_user_info

Retrieve user information and submitted stories from Hacker News by specifying the username and optional number of stories to fetch.

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

You must be authenticated.

Other Tools from mcp-hn

Related Tools

ID: e0rco8dfgt