Skip to main content
Glama

Hacker News MCP Server

getUserSubmissions

Retrieve a user's submissions on Hacker News by providing their unique ID. This tool enables access to stories and comments shared by the user, integrating with the Hacker News MCP Server for streamlined data retrieval.

Instructions

Get a user's submissions

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

Other Tools from Hacker News 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/devabdultech/hn-mcp'

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