Skip to main content
Glama

Lorem

lorem
Read-onlyIdempotent

Generate lorem-ipsum placeholder text (keyless, offline). unit = words | sentences | paragraphs (default sentences); count = how many.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitNowords | sentences | paragraphs (default sentences).
countNoHow many units (default 3).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "count": 3,
      +    "unit": "sentences"
      +  },
      +  {
      +    "count": 2,
      +    "unit": "paragraphs"
      +  }
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds useful context beyond these by noting 'keyless, offline' and specifying that 'unit' defaults to 'sentences,' which enriches the agent's understanding of the tool's operation without contradicting the annotations.

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?

The description is a single, well-structured sentence that front-loads the core purpose ('Generate lorem-ipsum placeholder text') and then pragmatically lists the key parameters and defaults. Every word earns its place, and it is appropriately concise for such a simple tool.

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

Completeness5/5

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

For a simple, low-risk tool with full schema coverage and clear annotations, the description covers all necessary aspects: purpose, keyless/offline nature, parameter meanings, and defaults. No output schema is present, but the return value (generated text) is self-evident from the tool's name and description, making this description complete for its complexity.

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?

The input schema already provides full descriptions for both parameters ('unit' and 'count') with examples and defaults, achieving 100% schema coverage. The description merely repeats the options and default for 'unit' but adds no additional semantic value beyond what the schema already offers, so a baseline score of 3 is appropriate.

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 clearly states the tool's function with a specific verb+resource: 'Generate lorem-ipsum placeholder text.' It also distinguishes itself from all sibling tools (which are focused on research, entities, or subscriptions) by being a simple utility for placeholder content.

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?

The description implies usage by stating it's a placeholder text generator that is 'keyless, offline,' but it does not explicitly state when to use it or mention any alternatives. Since no similar sibling tool exists, the lack of explicit 'when not to use' is not critical, but the guidance is minimal.

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.

TDQS

A4/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is overlap within the ask_pipeworx family (beta, grounded) and Polymarket tools (arbitrage, edges, fill_risk), which could cause confusion. Detailed descriptions mitigate this, but the boundaries are not always clear.

Naming Consistency3/5

Tool names use snake_case but lack a consistent verb_noun pattern. Some are imperative (discover_tools), others are descriptive (ask_pipeworx, bet_research), and some are noun phrases (entity_profile, recent_alerts). This inconsistency makes it harder to predict tool names.

Tool Count3/5

33 tools is on the higher side for a single server, but the broad scope (company data, prediction markets, memory, etc.) partially justifies the count. However, many tools are variations of core functionality, suggesting possible consolidation.

Completeness4/5

The tool set covers a wide range of data sources and tasks, including company profiles, comparisons, economic data, and prediction markets. The universal ask_pipeworx router fills most gaps, though some niche data sources might not be directly accessible.