You're viewing a demo portfolio

Join the waitlist
PRSM

generate_with_options

Active

Tool of lorem

declared in 0.1.0

Generate formatted placeholder text with headers, code blocks, and lists (HTML). Specify which elements to include: headers, code blocks, unordered lists, ordered lists.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "code": false,
      "count": 2,
      "length": "short",
      "headers": true,
      "ordered_lists": false,
      "unordered_lists": true
    },
    {
      "code": true,
      "count": 4,
      "length": "medium",
      "headers": true,
      "ordered_lists": true,
      "unordered_lists": true
    }
  ],
  "required": [
    "count",
    "length"
  ],
  "properties": {
    "code": {
      "type": "boolean",
      "description": "Include code blocks"
    },
    "count": {
      "type": "number",
      "description": "Number of paragraphs to generate (1–10)"
    },
    "length": {
      "enum": [
        "short",
        "medium",
        "long",
        "verylong"
      ],
      "type": "string",
      "description": "Length of each paragraph"
    },
    "headers": {
      "type": "boolean",
      "description": "Include random headers (h1–h6)"
    },
    "ordered_lists": {
      "type": "boolean",
      "description": "Include ordered (numbered) lists"
    },
    "unordered_lists": {
      "type": "boolean",
      "description": "Include unordered (bullet) lists"
    }
  }
}

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 →
generate_with_options — lorem — PRSM MCP