You're viewing a demo portfolio

Join the waitlist
PRSM

comments

Active

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

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 →
comments — Lemmy — PRSM MCP