You're viewing a demo portfolio

Join the waitlist
PRSM

get_item

Active

Tool of hackernews

declared in 0.1.0

Fetch a Hacker News story or comment by ID (e.g., "42153809"). Returns full text, score, author, timestamp, and child replies.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 42153809
    },
    {
      "id": 38000000
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "The numeric Hacker News item ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

hackernews

https://github.com/pipeworx-io/mcp-hackernews

2/7 registries
View full server →
get_item — hackernews — PRSM MCP