You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Lemmy

declared in 0.1.0

Full-text search across a Lemmy instance (default lemmy.world) for posts, comments, communities, or users matching query `q`. Filter by type (Posts/Comments/Communities/Users), listing (All/Local), and sort order.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "q": "rust programming"
    },
    {
      "q": "python",
      "sort": "TopMonth",
      "limit": 15,
      "type_": "Posts",
      "instance": "lemmy.world"
    }
  ],
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string"
    },
    "page": {
      "type": "number"
    },
    "sort": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "type_": {
      "type": "string",
      "description": "All | Comments | Posts | Communities | Users | Url"
    },
    "instance": {
      "type": "string"
    },
    "listing_type": {
      "type": "string",
      "description": "All | Local | Subscribed"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Lemmy

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

1/7 registries
View full server →
search — Lemmy — PRSM MCP