Skip to main content
Glama

B-Ware-/Schnäppchen-Alternative prüfen

check_bargain_alternative

Prüft zu einem gesuchten Titel, Komponisten oder Instrument, ob es eine B-Ware-, reduzierte oder gebrauchte Alternative gibt (Noten-B-Ware-Flag und Katalog-29-Suche kombiniert). Zentraler USP-Case. 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 pro Quelle (Standard 10, Obergrenze 20)
queryYesTitel, Komponist oder Instrument

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 the full behavioral burden and does a solid job: it reveals that the tool combines two different search sources, and it explicitly discloses that every hit contains a canonicalUrl field along with the instruction to display that link proactively. It does not discuss read-only guarantees, rate limits, or permissions, but the described behavior is sufficiently transparent for a lookup-style 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 three sentences with no filler: the first sentence states the core purpose and source logic, the second adds strategic priority, and the third gives a concrete, actionable output instruction. Every sentence earns its place and the most important information is front-loaded.

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 tool with no output schema, this description is largely complete: it names the query semantics, the combined search sources, and the critical output field plus display behavior. The only notable gap is that it does not describe the broader result shape or clarify how results from the two source strategies are merged, but the essential calling context 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 input schema already describes both parameters with 100% coverage, so the baseline is 3. The description adds no additional parameter-level detail beyond restating that query can be a title, composer, or instrument, which the schema already states. Limit behavior is documented only in the schema, not enhanced by the description.

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 ('Prüft') and resource ('ob es eine B-Ware-, reduzierte oder gebrauchte Alternative gibt') and clearly frames the query scope as title, composer, or instrument. It also distinguishes itself from general searches by explicitly mentioning the combined Noten-B-Ware-Flag and Katalog-29-Suche logic, which separates it from siblings like search_bargain_stock or search_sheet_music.

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?

The description gives clear context for when the tool should be used: whenever a user asks whether a B-ware, reduced, or used alternative exists for a title, composer, or instrument. It also labels it as a 'Zentraler USP-Case,' signaling priority. However, it does not explicitly state when not to use it or how it compares to the sibling search_bargain_stock tool.

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