Skip to main content
Glama

Random letter generator

hopi_random_letter_generator
Read-onlyIdempotent

Generate random letters from the alphabet, optionally limited to vowels or consonants. Returns the letters as a list. Source: https://hopi.co.uk/random-letter-generator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNoWhich letters to draw from (default any)any
quantityNoHow many letters to generate, 1 to 100 (default 1)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
setYes
lettersYes
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: +[
      +  "letters",
      +  "set",
      +  "source_url",
      +  "summary"
      +]
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description's note that it 'Returns the letters as a list' likely duplicates the existing output schema, adding no novel behavioral context. No additional traits (e.g., randomness source, rate limits) are disclosed.

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

Conciseness4/5

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

The description is brief and front-loaded with the core action. The trailing source URL is not essential for an agent's invocation decision but is not harmful. Overall structure is efficient with no wasteful repetition.

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?

Given the tool has only two optional parameters and an existing output schema, the description covers the essential functionality. It lacks edge-case details (e.g., case sensitivity, duplicate handling), but the low complexity and output schema make the description adequate for correct invocation.

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 parameters clearly documented (set enum with default 'any', quantity integer 1-100 default 1). The description only mentions vowels/consonants, which echoes the schema enum without adding extra meaning, so the baseline 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 states a specific verb and resource: 'Generate random letters from the alphabet.' This distinguishes it from sibling tools like hopi_random_word_generator and hopi_random_number_generator. The optional vowel/consonant constraint further clarifies 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?

Usage is implied by the clear phrase 'Generate random letters,' but there is no explicit when-to-use guidance or comparison with alternative random generators. No exclusions or alternatives are named, so the agent must infer usage from the simple description.

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