You're viewing a demo portfolio

Join the waitlist
PRSM

communities

Active

Tool of Lemmy

declared in 0.1.0

List communities on a Lemmy instance (default lemmy.world), sortable by Active/Hot/New/TopMonth/etc. and filterable by type (All/Local/Subscribed). Returns community name, description, and subscriber count.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "sort": "Active",
      "limit": 25
    },
    {
      "page": 2,
      "type_": "Local",
      "instance": "lemmy.world"
    }
  ],
  "properties": {
    "page": {
      "type": "number"
    },
    "sort": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "type_": {
      "type": "string"
    },
    "instance": {
      "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 →