Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

moncler_product

Get detailed Moncler product data via product ID: price, sizes, stock, variants, images, composition, and size guide for e-commerce or research.

Instructions

Get a Moncler product's detail. Returns one product's full detail: name, brand, price, descriptions, color, composition and care instructions, size availability, live stock, variation attributes (color/size options), every orderable variant SKU, product images, "styled with" related products, and a size guide (per-size body measurements and/or a cross-region size conversion table) when the upstream provides one. product_id accepts either a variant-level id or a master/style-level id, both as returned by moncler-search/moncler-category's own result ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYesProduct or master id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that the size guide is conditionally present ('when the upstream provides one'), that product_id can be variant-level or master-level, and lists the full set of returned fields. It does not mention error handling or rate limits, but for a simple get operation these are less critical.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably long but necessary to enumerate the extensive list of returned fields. It front-loads the purpose and then elaborates on id usage, with no wasted sentences. The structure is clear and effective.

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?

With no output schema, the description thoroughly explains what is returned (name, price, stock, variations, images, size guide, etc.) and the id acceptance criteria. It lacks details on edge cases like non-existent products but is complete enough for typical usage.

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 schema covers the parameter with a brief description 'Product or master id', but the description adds crucial semantics: it explains that the id can be variant-level or master/style-level and clarifies it comes from search/category result ids. This goes beyond the schema and helps the agent choose valid ids.

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 opens with a specific verb 'Get' and resource 'Moncler product's detail', clearly stating its function. It distinguishes itself from siblings like moncler_search and moncler_category by emphasizing it returns one product's full detail, including many specific fields, making its purpose unambiguous.

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 after search/category by stating product_id comes from moncler-search/moncler-category result ids. It does not explicitly list alternatives or when not to use this tool, but the context is clear enough that an agent would know to use it when a product ID is already obtained.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools