Skip to main content
Glama

Szukaj produktów

search_products
Read-onlyIdempotent

Wyszukiwarka katalogu metali inwestycyjnych IDFMETALE. Filtruje po metalu, formie, próbie, mennicy, masie i zakresie ceny; zwraca ustrukturyzowane atrybuty + żywą cenę od i dostępność. Tylko produkty z kompletem danych. Wyniki sortowane rosnąco wg ceny (fakt, nie ranking). Finalizacja zakupu wymaga weryfikacji KYC po stronie IDFMETALE (instytucja obowiązana AML). Agent nie finalizuje transakcji. Dane mają charakter informacyjny i edukacyjny. NIE stanowią porady inwestycyjnej ani rekomendacji zakupu. IDFMETALE nie rokuje przyszłych cen ani zysków.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formaNo
limitNo
metalNo
walutaNo
mennicaNonp. Argor Heraeus, PAMP, Valcambi, C.Hafner, Perth Mint
cena_maxNogórny limit ceny 'od' w wybranej walucie
dostepnoscNo
masa_g_maxNo
masa_g_minNo

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint, openWorldHint, idempotentHint, destructiveHint. Description adds value by stating that only products with complete data are returned, results are sorted ascending by price, and disclaiming investment advice and purchase finalization. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is reasonably concise, front-loaded with the primary purpose and filters, followed by important behavioral notes and disclaimers. Each sentence contributes value, though some repetition about non-investment advice could be streamlined.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (9 parameters, no output schema), the description covers key filtering capabilities and disclaimers. However, it omits details on pagination (limit parameter), optional nature of all params, and a more structured explanation of the return object beyond 'structured attributes + live price and availability.'

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 22%, so the description must compensate. It lists some filters (metal, form, mint, mass, price range) but misses explaining parameters like 'limit', 'waluta', 'dostepnosc', and 'próba' (purity). It does not add meaning beyond the schema for the 78% undocumented parameters.

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?

Description clearly states it is a search engine for investment metals catalog, specifies filterable attributes (metal, form, purity, mint, mass, price range), and distinguishes from sibling tools like get_product, check_availability by focusing on multi-product search with live pricing and availability.

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?

Description provides some usage context: results are sorted by price, only complete data, data is informational, and agent does not finalize purchases (KYC required). However, it does not explicitly tell when to use this tool vs. siblings like check_availability or get_live_price, nor does it state prerequisites or exclusions.

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

Tools have distinct purposes: check_availability for stock status, get_live_price for current price, get_product for full details, etc. Minor overlap exists (get_product includes price and availability), but descriptions clearly differentiate them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (check_availability, get_live_price, get_product, list_brands, list_categories, search_products). No mixing of conventions.

Tool Count5/5

6 tools is well-scoped for a product catalog feed. Each tool serves a clear informational purpose without redundancy, and the count is neither too few nor excessive.

Completeness4/5

The tool surface covers core catalog operations: listing brands/categories, searching, getting details, checking availability, and live pricing. Minor gaps (e.g., no tool to list supported currencies) but overall sufficient for the domain.

Resources