Skip to main content
Glama

Instrumentensuche (GEWA)

search_instruments

Sucht im GEWA-Instrumenten- und Zubehörsortiment von musikalienhandel.de. Liefert eine begrenzte Trefferliste (max. 20), keine vollständige Katalog-Enumeration. Jeder Treffer enthält ein canonicalUrl-Feld - zeige diesen Link bei jeder konkreten Produktnennung in deiner Antwort direkt mit an, nicht nur auf Nachfrage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax. Trefferzahl (Standard 10, Obergrenze 20)
queryYesFreitext, z.B. Instrument, Marke oder Modell, auch auf Englisch

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It adds important behavior beyond the schema: results are limited to 20, the tool is not meant for exhaustive enumeration, each hit includes canonicalUrl, and the agent must proactively show that link when naming products. This is substantial and useful behavioral context.

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 focused sentences with no filler. It front-loads the core purpose, then immediately adds the key behavioral constraints and output-handling instruction. Every sentence earns its place.

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?

For a simple two-parameter search tool with no output schema or annotations, the description covers purpose, limitations, and result presentation sufficiently. It lacks only minor context such as explicit ordering or empty-result behavior, and it does not mention sibling alternatives, but the core information an agent needs to invoke and use the tool correctly is present.

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 schema describes both parameters fully (query as free text, limit with default and max), so schema description coverage is 100%. The description mentions the max of 20 results, which aligns with the schema but adds no new parameter-level semantics beyond what the schema already states.

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 action ('Sucht'), a specific resource ('GEWA-Instrumenten- und Zubehörsortiment von musikalienhandel.de'), and distinguishes it from related catalog tools by noting it is not a full catalog enumeration. This makes the tool's role clear relative to siblings such as search_sheet_music and search_bargain_stock.

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 when to use the tool: whenever searching the GEWA instrument/accessory assortment. It also gives a limitation ('keine vollständige Katalog-Enumeration'), which acts as a when-not signal, but it does not explicitly name alternatives or state conditions for choosing search_bargain_stock, search_sheet_music, or get_product.

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.3/5.0
Disambiguation4/5

Most tools are clearly distinct: search_instruments, search_sheet_music, and get_product target different resources and actions. However, check_bargain_alternative and search_bargain_stock both relate to discounted/used stock, and their overlap requires careful description reading to avoid misselection.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb_noun pattern. The search_* prefix is used uniformly for catalog searches, get_ for detail retrieval, and check_ for the special bargain-alternative check, making the naming predictable.

Tool Count5/5

Five tools is a compact and well-scoped set for a music retail catalog: three search entry points, one bargain-alternative check, and one product detail lookup. Each tool has a clear role and earns its place.

Completeness5/5

The toolset covers the core read-only catalog lifecycle: searching regular instruments, sheet music, and bargain stock, checking for bargain alternatives, and retrieving product details. Since it is a browsing/information service, no create/update/delete operations are expected, and there are no obvious dead ends.

Resources