Skip to main content
Glama

Fulfiller — print catalogue & quotes

Coter une sélection

quote_product
Read-only

Devis RÉEL pour une sélection : prix HT calculé par le moteur de tarification (jamais lu dans une table de SKU), devise, délai, promotion. C’est le seul prix ferme. Si requiresReview vaut true, le prix porte sur resolvedSelection, pas sur la demande.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYes
selectionYesSélection d’options. `{"options": []}` est valide et cote la configuration par défaut du produit. La résolution est TOLÉRANTE : un code approchant est résolu, et l’écart est signalé dans `alerts`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description reveals important behavior: the price is computed by the pricing engine rather than read from stored SKU data, it is the only firm price, and when `requiresReview` is true the quotation applies to `resolvedSelection` rather than the original request. This is valuable, non-obvious behavioral context.

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 compact, front-loaded with the core purpose, and every clause earns its place. The conditional warning is placed at the end without cluttering the main message.

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 tool with nested input objects and no output schema, the description covers the most critical conceptual output fields and the `requiresReview` caveat. It could be more complete by explaining how to obtain or construct `productId`, but the essential pricing behavior and review semantics are present.

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 50%, and the description does not compensate for the undocumented `productId` parameter. It mentions 'selection' in general terms but adds little meaning beyond the input schema, and the `requiresReview` remark refers to output behavior rather than input 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?

The description is explicit: it produces a real quote for a selected product configuration, with HT price computed by the pricing engine, currency, lead time, and promotion. It also distinguishes itself from alternatives by emphasizing that this is the only firm price and that it is never read from a SKU table.

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: use this tool when a firm, real price for a selection is needed, and it warns about the `requiresReview` case. However, it does not explicitly name sibling alternatives like `quote_by_quantity` or state when not to use them, so it stops short of full when/when-not guidance.

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