generate_paragraphs
ActiveTool of lorem
declared in 0.1.0
Generate placeholder text paragraphs for mockups and layout testing. Returns plain text without formatting.
Parameters schema
{
"type": "object",
"examples": [
{
"count": 3,
"length": "medium"
},
{
"count": 5,
"length": "long"
}
],
"required": [
"count",
"length"
],
"properties": {
"count": {
"type": "number",
"description": "Number of paragraphs to generate (1–10)"
},
"length": {
"enum": [
"short",
"medium",
"long",
"verylong"
],
"type": "string",
"description": "Length of each paragraph: short, medium, long, or verylong"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
lorem
https://github.com/pipeworx-io/mcp-lorem
1/7 registries