You're viewing a demo portfolio

Join the waitlist
PRSM

generate_paragraphs

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

lorem

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

1/7 registries
View full server →