Skip to main content
Glama

Loppix catalog and configuration

quote_configuration

Read-onlyIdempotent

Izračun proizvoda u EUR centima istim pravilima kao Medusa. Traži mjere i materijal; nedostajući kadar znači da konfiguracija još nije spremna. Dostava i konačni total potvrđuju se u checkoutu.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropNo
countryNoHR
motifIdYes
widthCmNo
heightCmNo
quantityNo
colorwayIdNo
designTypeNo
materialIdNo
repeatScaleNo
catalogRevisionNo
pricingRevisionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already mark this as read-only, non-destructive, and idempotent. The description adds useful behavioral nuance: the result is in EUR cents, pricing follows Medusa, missing configuration fields mean the configuration is not ready, and delivery/final total are deferred to checkout. This does not contradict the 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 three short sentences with the core purpose front-loaded firstharexpected. The second sentence gives usage constraints and the third clarifies final pricing scope. There is no filler or redundancy.

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?

The core behavior, pricing unit, and checkout caveat are present, which is helpful. However, there is no output schema, and the description does not explain the response shape or fully cover the large parameter surface, so an agent may still be unsure what to expect or how to handle the many optional/conditional inputs.

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?

With 0% schema description coverage, the description carries the burden for explaining parameters, but it only mentions 'dimensions and material' at a high level. It leaves the many other parameters (crop, colorwayId, designType, repeatScale, catalogRevision, pricingRevision, quantity) unexplained and does not help the agent understand how to supply them correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool computes a product quote in EUR cents using Medusa pricing rules, giving a specific verb, resource, and unit. It does not explicitly differentiate from the sibling validate_configuration, but the calculate-versus-validate and quote-versus-handoff functions are implicit in the wording.

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?

The description implies the tool should be called when dimensions and material are availableading and that a missing field makes the configuration unfinished)Skip. It does not explicitly mention when to prefer validate_configuration or create_configuration_handoff, leaving sibling selection mostly to the agent's inference.

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