posts
ActiveTool of Lemmy
List Lemmy posts (federated Reddit-alternative; ActivityPub) from a community or feed. Sort by Active / Hot / New / TopDay / TopWeek / etc. Returns post title, body, author, upvotes, comment count. Use for federated open-source discussion forum content.
Parameters schema
{
"type": "object",
"examples": [
{
"sort": "Hot",
"limit": 10,
"community": "asklemmy@lemmy.world"
},
{
"page": 1,
"sort": "New",
"type_": "Local",
"instance": "lemmy.world"
}
],
"properties": {
"page": {
"type": "number"
},
"sort": {
"type": "string",
"description": "Active | Hot | New | Old | TopDay | TopWeek | TopMonth | TopYear | TopAll | MostComments | NewComments"
},
"limit": {
"type": "number"
},
"type_": {
"type": "string",
"description": "All | Local | Subscribed"
},
"instance": {
"type": "string"
},
"community": {
"type": "string",
"description": "Community name (e.g. \"asklemmy@lemmy.world\") or id."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lemmy
https://github.com/pipeworx-io/mcp-lemmy
1/7 registries