communities
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lemmy
https://github.com/pipeworx-io/mcp-lemmy
1/7 registries