You're viewing a demo portfolio

Join the waitlist
PRSM

posts

Active

Tool of Lemmy

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Lemmy

https://github.com/pipeworx-io/mcp-lemmy

1/7 registries
View full server →