search
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Lemmy
https://github.com/pipeworx-io/mcp-lemmy
1/7 registries