You're viewing a demo portfolio

Join the waitlist
PRSM

community

Active

Tool of Lemmy

declared in 0.1.0

Fetch metadata for a specific Lemmy community by name (e.g. "asklemmy") or numeric id from the specified instance. Returns description, icon, subscriber count, and moderators.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name_or_id": "asklemmy@lemmy.world"
    },
    {
      "instance": "lemmy.world",
      "name_or_id": "12345"
    }
  ],
  "required": [
    "name_or_id"
  ],
  "properties": {
    "instance": {
      "type": "string"
    },
    "name_or_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Lemmy

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

1/7 registries
View full server →