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