Hacker News MCP Server

by devabdultech
Verified

getUser

Retrieve a specific user's profile from Hacker News by providing their unique ID. Access detailed information to enhance insights and interactions within the platform.

Instructions

Get a user profile by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the user

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the user", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Hacker News MCP Server

Related Tools

ID: 73uji99mwg