Skip to main content
Glama

get_product

Einzelne Produktdetails anhand der SKU abrufen. Schreibgeschützt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesExakte Produkt-SKU

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It includes 'Schreibgeschützt' (read-only), indicating no side effects, but does not mention error behavior (e.g., SKU not found) or other operational details. This is minimal but adequate.

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 succinct, front-loaded with the action and resource, and includes a useful read-only note. No redundant information.

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 get operation, the description sufficiently conveys that product details are returned. It lacks an output schema and error-handling specifics, but given the tool's simplicity, it is reasonably complete.

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

Parameters5/5

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

The sole parameter 'sku' has a description 'Exakte Produkt-SKU' (exact product SKU), which adds clarity about the expected value. Schema coverage is 100% and the description enriches the parameter meaning.

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 verb 'abrufen' (retrieve) and the resource 'Produktdetails' (product details) by SKU, distinguishing it from the sibling 'list_products' which likely returns multiple products.

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 implies usage for fetching a single product by exact SKU, and the 'Schreibgeschützt' (read-only) note hints at safe usage. It does not explicitly contrast with list_products, but the purpose makes the appropriate context clear.

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.

Resources