Skip to main content
Glama

Fulfiller — print catalogue & quotes

Résoudre un produit par SKU ou URL

resolve_product
Read-only

Convertit une identité EXACTE en productId : sku (lisible dans le JSON-LD d’une page produit) ou url de la page. À PRÉFÉRER à search_products dès que vous tenez l’un des deux — la recherche est approximative, celle-ci ne l’est pas. Fournissez exactement un argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoSKU exact (ex. « POSTER_PHOTO_SUR_MESURE »).
urlNoURL de la page produit sur www.fulfiller.com.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior4/5

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

Annotations already cover read-only safety and open-world semantics. The description adds exact-match behavior, the JSON-LD source for SKUs, and the one-argument constraint, which go beyond annotations. It does not describe error behavior when no match is found, but that is minor for a read-only resolver.

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, each earning its place: purpose first, usage guidance second, operational constraint last. There is no filler or repetition of schema details.

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?

For a simple two-parameter resolver with no required fields and no output schema, the description gives everything an agent needs: exact input identity, the result (productId), the preferred scenario over search_products, and the mutual-exclusivity constraint. Missing error details are negligible here.

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?

Although schema descriptions cover both parameters, the schema has required: [] and would not convey mutual exclusivity. The description's 'Provide exactly one argument' clarifies that sku and url are alternatives, and it adds useful source context for extracting the SKU from JSON-LD. This is critical semantic information beyond the schema.

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 a specific verb and resource: converting an exact SKU or URL into a productId. It also differentiates itself from search_products by emphasizing exactness, so an agent can distinguish the tools.

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?

Explicitly says to prefer this tool over search_products whenever an exact SKU or URL is available, and explains why: search is approximate, this is not. It also mandates exactly one argument, removing ambiguity about 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