Skip to main content
Glama

Fulfiller — print catalogue & quotes

Lire la fiche d’un produit

get_product_details
Read-only

Fiche PIM d’un produit : descriptions, points clés, questions fréquentes, contraintes de fichier (fond perdu, résolution, marges, mode colorimétrique) et ressources (visuels, gabarits, consignes techniques). À utiliser pour DÉCRIRE un produit ou aider à préparer un fichier. Ne renvoie aucun prix — pour coter, passez par quote_product. Fournissez exactement un argument. Les champs absents ne sont pas renseignés au PIM ; la FAQ est rare.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoSKU exact, tel que rendu par search_products ou resolve_product.
urlNoURL de la page produit sur www.fulfiller.com.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/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 adds valuable behavioral context: it returns no price, missing fields are simply absent from the PIM, and the FAQ is rarely populated. This helps an agent set expectations about the response without contradicting 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?

Every sentence earns its place: the resource type and content are front-loaded, the price exclusion and alternative tool are stated clearly, and the argument cardinality and data-availability caveats are concise. The structure makes the most important information immediately visible.

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

Completeness5/5

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

Given the lack of an output schema, the description adequately covers what the agent can expect: product descriptions, constraints, resources, and the absence of pricing. Usage intent, parameter cardinality, and missing-field semantics are all addressed, making the definition sufficient for correct selection and invocation.

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

Parameters4/5

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

The input schema already documents both sku and url in full, so the baseline is 3. The description adds the important constraint 'Provide exactly one argument', which clarifies that the agent should choose one of the two optional parameters rather than passing both or neither.

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's purpose: it retrieves the PIM sheet for a product, listing descriptions, key points, FAQ, file constraints, and resources. It also distinguishes itself from quote_product by explicitly stating it returns no price, making it easy for an agent to select the right tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use the tool: to describe a product or help prepare a file. It also gives an exclusion, directing pricing workflows to quote_product, and instructs the agent to provide exactly one argument, which is actionable guidance for correct invocation.

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