Skip to main content
Glama

Lorem ipsum generator

hopi_lorem_ipsum_generator
Read-onlyIdempotent

Generate lorem ipsum placeholder text. Choose whether the count is a number of paragraphs, sentences or words, and how many. Limits are 100 paragraphs, 500 sentences or 2000 words. Source: https://hopi.co.uk/lorem-ipsum-generator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoWhat the count refers to (default paragraphs)paragraphs
countYesHow many paragraphs, sentences or words to produce

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
countYes
resultYes
summaryYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedOutput schema / required
      Added value: +[
      +  "count",
      +  "mode",
      +  "result",
      +  "source_url",
      +  "summary"
      +]
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully disclosed. The description adds the source URL and reiterates count limits (already in the schema), but does not disclose additional behavioral traits like output format or randomization. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action, followed by concise parameter guidance and a source attribution. Every word contributes; no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter tool with a rich schema and an output schema, the description is sufficiently complete for correct invocation. It covers the mode/count relationship and limits, and the schema fills the rest. A brief note on output format could push it higher, but is not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both mode and count documented and conditional maximums in place. The description restates the mode-count relationship and limits without adding substantial new meaning, so it stays at the baseline for well-documented schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Generate lorem ipsum placeholder text,' a specific verb and resource that clearly distinguishes this tool from broader siblings like hopi_dummy_data_generator or hopi_random_word_generator. The mention of paragraph/sentence/word modes further pins down its exact scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided about when to choose this tool over alternatives such as dummy_data_generator or random_word_generator. The usage context is implied by the name and description, but there are no when-not-to-use instructions or sibling references.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources