You're viewing a demo portfolio

Join the waitlist
PRSM

post

Active

Tool of Lemmy

declared in 0.1.0

Fetch a single Lemmy post by numeric id from the specified instance (default lemmy.world). Returns title, body, author, score, comment count, and community.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 12345
    },
    {
      "id": 67890,
      "instance": "lemmy.world"
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "number"
    },
    "instance": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Lemmy

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

1/7 registries
View full server →
post — Lemmy — PRSM MCP