Skip to main content
Glama

Szczegóły produktu

get_product
Read-onlyIdempotent

Pełne dane produktu po SKU lub handle: atrybuty (metal/forma/próba/masa/mennica/akredytacja), żywa cena od (7-10 dni) oraz cena 24 h jeśli towar jest od ręki, dostępność, delivery_mode (skarbiec_ch = wydanie WYŁĄCZNIE do skarbca Loomis w CH, bez wysyłki/odbioru), status notowania, prawo odstąpienia (dla towaru notowanego wyłączone — art. 38), status VAT. 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
refYesSKU (np. ARG1) lub handle produktu
walutaNo

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds rich behavioral details: live price freshness (7-10 days), 24h price availability, delivery modes (e.g., exclusively to Loomis vault in CH), withdrawal right limitations, and VAT status. No contradictions 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.

Conciseness5/5

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

The description is well-structured with bullet points and complete sentences. Every sentence adds value, covering data fields, delivery nuances, legal disclaimers, and process notes. No unnecessary repetition.

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 no output schema, the description thoroughly details the expected return data. It includes regulatory and process notes (KYC, withdrawal rights). However, it does not explicitly guide the agent on when to choose this tool over siblings, slightly reducing completeness.

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 coverage is 50%: 'ref' parameter is described with examples, but 'waluta' parameter only has enum values without a description. The description does not explicitly explain the 'waluta' parameter, leaving it partially undocumented.

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 clearly states the tool retrieves full product data by SKU or handle, listing specific attributes included (metal, shape, weight, mint, accreditation, live price, etc.). It distinguishes itself from sibling tools like check_availability and get_live_price by offering comprehensive data.

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 explains when to use this tool (to get full product details) and includes important context like the agent not finalizing purchases and KYC requirements. However, it does not explicitly state when not to use it or compare with siblings, leaving some ambiguity.

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