Skip to main content
Glama

Produktdetails

get_product

Liefert Detailinformationen zu einem einzelnen Artikel (Noten oder Instrument) per Artikelnummer, inkl. B-Ware-Status. Kein Ersatz für eine 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
catalogNo
productIdYesArtikelnummer, z.B. FKM-Nr. für Noten oder EurosoftNumber im Format catID@artikelnr

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries behavioral disclosure and does add value: it states B-Ware status is included and every result has a canonicalUrl field. It does not cover error/not-found behavior, but the read-only nature is evident from 'Liefert'.

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?

Three sentences with no filler, front-loaded with the core function and followed by a key routing rule and an output-field 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 2-parameter detail lookup with no output schema or annotations, the description covers purpose, scope, result contents, and a required link-handling behavior. It is slightly light on failure/error behavior and the full response shape, but adequate for selection and execution.

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 50%; productId is well explained in the schema, and the enum values for catalog are self-explanatory. The description adds only implicit parameter meaning via 'Noten oder Instrument' and does not explain when or whether catalog is needed.

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 uses a specific verb ('Liefert Detailinformationen') and a precise resource ('einzelnen Artikel ... per Artikelnummer'), and explicitly states it is not a substitute for catalog enumeration. This clearly distinguishes it from the 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 Guidelines4/5

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

It gives a clear usage context: use when you have an article number and need details for a single item. The 'Kein Ersatz für eine Katalog-Enumeration' sentence is an effective exclusion, though it does not name sibling tools explicitly.

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