You're viewing a demo portfolio

Join the waitlist
PRSM

get_story

Active

Tool of Lobsters

declared in 0.1.0

Fetch a single story and all its comments by ID (e.g., "abc123"). Returns title, URL, text, score, and nested comment threads.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "short_id": "abcdef"
    },
    {
      "short_id": "xyz789"
    }
  ],
  "required": [
    "short_id"
  ],
  "properties": {
    "short_id": {
      "type": "string",
      "description": "The short alphanumeric story ID from the Lobsters URL (e.g. \"abcdef\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Lobsters

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

1/7 registries
View full server →
get_story — Lobsters — PRSM MCP