Skip to main content
Glama

MGS Toolbox

Search the encyclopedias

search_encyclopedia

Find metals, minerals, alchemical ingredients, potions and gems by name (case- and accent-insensitive; exact names first, then prefixes, then substrings, aliases included). Returns each hit with its kind, id, one-line summary and page url; call get_entry for the full data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesThe name or part of it.
kindNoRestrict to some catalogues, comma-separated (e.g. "metal,mineral").
langNoLanguage of the texts: en (default), fr, or all for both.
limitNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description details search behavior: case- and accent-insensitive matching, result ordering (exact names first, then prefixes, then substrings), and inclusion of aliases. It also lists the return fields. This gives a good understanding of what to expect, though it does not explicitly state read-only behavior (which is implied but not stated).

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 sentences long and packs all necessary information without redundancy. It efficiently communicates the search scope, behavior, and output format, with no wasted words.

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?

The description fully covers what an agent needs to know: what is searched, how the search behaves, and what the response contains. It also appropriately directs to 'get_entry' for full details, making the tool's role in a larger workflow clear. No output schema is needed given the explicit field list.

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 description adds useful context for the 'q' parameter by explaining case-insensitivity and ordering, but does not elaborate on 'kind', 'lang', or 'limit'. Since the schema already provides descriptions for 'kind' and 'lang', the marginal add is limited. 'limit' lacks any description in the schema, and the tool description does not clarify it either.

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 that the tool finds encyclopedia entries by name across specific categories (metals, minerals, alchemical ingredients, potions, gems). The verb 'Find' explicitly indicates the search action, and the scope is well-defined, leaving no ambiguity about the tool's purpose.

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 provides a pointer to 'get_entry' for full data, which is useful complementary guidance. However, it does not explicitly contrast this tool with other search tools like 'search_tracks' or the various list tools, so an agent may need to infer when this is the appropriate choice among siblings.

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