comments
ActiveTool of Lemmy
declared in 0.1.0
List Lemmy comments under a post or thread. Returns author, body, score, parent, posted date. Use to read discussion threads on federated Reddit-alternative communities.
Parameters schema
{
"type": "object",
"examples": [
{
"sort": "Hot",
"limit": 20,
"post_id": 12345
},
{
"post_id": 12345,
"max_depth": 3,
"parent_id": 98765
}
],
"properties": {
"page": {
"type": "number"
},
"sort": {
"type": "string"
},
"limit": {
"type": "number"
},
"post_id": {
"type": "number"
},
"instance": {
"type": "string"
},
"community": {
"type": "string"
},
"max_depth": {
"type": "number"
},
"parent_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lemmy
https://github.com/pipeworx-io/mcp-lemmy
1/7 registries