Skip to main content
Glama

Username generator

hopi_username_generator
Read-onlyIdempotent

Invent memorable usernames by pairing a random adjective with a random noun, optionally with a two-digit number on the end. Returns a list of unique usernames. Source: https://hopi.co.uk/username-generator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many usernames to generate, 1 to 50 (default 6)
addNumbersNoAppend a two-digit number to each name (default false)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
usernamesYes
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: +[
      +  "source_url",
      +  "summary",
      +  "usernames"
      +]
  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 the tool read-only, idempotent, and non-destructive. The description adds valuable behavioral context: the output is random, generated from adjective-noun pairs, and specifically unique. It also cites a source for the generation approach, which goes beyond the structured 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 two tight sentences: the first front-loads the core behavior, the second specifies the return shape and uniqueness. The source URL is appended without fluff, and there is no redundant restatement of the title or schema.

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?

With only two optional, fully documented parameters, rich safety annotations, and an output schema present, the description covers everything needed to invoke the tool correctly. It explains the generation mechanism, output uniqueness, and provenance, so no critical guidance is missing.

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 count and addNumbers both fully documented including defaults, ranges, and behavior. The description's mention of an optional two-digit number essentially mirrors the schema rather than adding new parameter-level 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 ('invent') and resource ('usernames'), explains the generation mechanism (random adjective + noun, optional two-digit number), and notes that it returns a list of unique usernames. This clearly distinguishes it from sibling generators like random_word_generator or dummy_data_generator.

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 when a memorable random username is needed, but it does not explicitly state when to use this tool over alternatives, nor does it name any sibling tools. Among many similar generators, the agent must infer the appropriate context from the tool name and mechanism.

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