Skip to main content
Glama

Notensuche

search_sheet_music

Sucht im Notenkatalog von musikalienhandel.de nach Titel, Komponist, Besetzung oder Verlag. Liefert eine begrenzte Trefferliste (max. 20) inkl. B-Ware-Hinweis, keine Volltext-Beschreibungen und 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. Titel oder Komponist, auch auf Englisch
composerNoKomponist, falls bekannt
bargainOnlyNoNur reduzierte B-Ware-Noten liefern (serverseitig gefiltert, keine vollpreisigen Treffer)
instrumentationNoBesetzung, z.B. 'Violine und Klavier'

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 disclosure burden. It usefully discloses that the result list is capped at 20, includes a B-Ware hint, excludes full-text descriptions, does not enumerate the whole catalog, and that each hit has a canonicalUrl that must be shown. This is strong behavioral transparency for a search tool.

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 compact and well structured: the first sentence states the purpose, the second covers limitations and the required canonical link behavior. Every sentence adds necessary information, and there is no waste or repetition of the schema.

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 that there is no output schema and no annotations, the description covers the important operational details: search scope, result limit, exclusions, and how to handle canonicalUrl in responses. It does not mention empty-result behavior or authentication, but it provides enough for an agent to invoke the tool and use its results correctly.

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 input schema already documents all five parameters with 100% coverage, so the baseline is 3. The description adds only marginal parameter-level meaning, such as indicating that publisher/Verlag is a valid search criterion even though there is no dedicated publisher parameter.

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 (searching the sheet music catalog of musikalienhandel.de) and the main search criteria (title, composer, instrumentation, publisher). It also sets clear expectations about results (max 20 hits, no full-text descriptions, no full catalog enumeration), which helps distinguish it from sibling search tools.

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 an agent needs to find sheet music in the catalog. However, it does not explicitly name sibling tools or provide when-not-to-use conditions such as 'for product details use get_product instead', so guidance remains implied rather than explicit.

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