post
ActiveTool of Lemmy
declared in 0.1.0
Fetch a single Lemmy post by numeric id from the specified instance (default lemmy.world). Returns title, body, author, score, comment count, and community.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 12345
},
{
"id": 67890,
"instance": "lemmy.world"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number"
},
"instance": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lemmy
https://github.com/pipeworx-io/mcp-lemmy
1/7 registries