Skip to main content
Glama

A random entry

random_entry

One entry at random among those matching the filters: loot tables, "mineral of the day", a credible metal for a blacksmith, a foraging roll.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich catalogue: metal, mineral, ingredient, potion or gem.
langNoLanguage of the texts: en (default), fr, or all for both.
filtersNoField filters as {name: "value" | "value1,value2"} (any-of, case-insensitive). Names per catalogue: metal → category, era, rarity, fictional, tag; mineral → type, system, rarity, gem_quality, color, magic, planar_origin, origin; ingredient → category, rarity, environment, essence, tag; potion → essence; gem → color, rarity, temporary. list_facets gives the values.

Schema Changelog

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

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It states behavior (random selection, filters applied) but omits critical details such as what happens when no entries match, whether the selection is uniformly random, and whether it modifies any state. The description is too terse to fully inform the agent about edge cases.

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 a single, concise sentence with illustrative examples, making it easy to read. It avoids unnecessary verbosity. The structure is acceptable for a simple tool, though a bulleted list of parameters could be more organized.

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

Completeness2/5

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

The description does not explain what an 'entry' is, how kind and filters interact, or that kind is required. It does not mention output format or error behavior. Given the nested filters object and the need to understand catalogue-specific fields, the description leaves too much to the schema alone.

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 descriptions cover 100% of parameters with detailed explanations, including the filters format and examples. The description text adds little beyond the schema, only referencing filters. Since schema coverage is high, the baseline is 3; the description does not degrade or elevate this.

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

Purpose4/5

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

The description clearly states the action (return one entry at random) and the resource (entry), and provides concrete examples of use cases (loot tables, mineral of the day). It distinguishes from siblings like random_track by focusing on entries, though it does not explicitly name alternatives. The title and name reinforce the purpose.

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

Usage Guidelines2/5

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

The description gives examples of when to use the tool (e.g., for a loot table) but does not explicitly state when to prefer this over list_entries, search_encyclopedia, or random_track. It lacks guidance on alternative tools or exclusions, leaving the agent to infer from context.

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

A3.7/5.0
Disambiguation5/5

Each tool has a clear and distinct purpose: get_entry and get_track operate on different domains (encyclopedia vs. music), list_albums/list_composers/list_entries/list_facets are distinct list operations, and search_encyclopedia/search_tracks are separate search functions. No overlap or ambiguity.

Naming Consistency4/5

The majority of tools follow a consistent verb_noun pattern (get_entry, list_albums, search_tracks, random_entry), but audio_taxonomy and craft_rules are exceptions, not following the verb_noun structure. This is a minor deviation.

Tool Count5/5

With 12 tools, the server covers both a music database and an encyclopedia/crafting reference without being overwhelming. Each tool serves a clear function, and the count is well within the typical range for a specialized server.

Completeness5/5

The tool set covers all common read operations: listing, searching, retrieving by ID, random selection, and static reference (taxonomy, rules). For a read-only reference server, this is complete, with no obvious gaps for the described domain.

Resources