Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

hermes_products

List the full Hermès product catalogue for any market from the official sitemap, including items hidden from category pages. Filter by change date to get only new or updated products.

Instructions

List the Hermès catalogue index. Returns a page of Hermès' full catalogue index for one market: each product's URL, slug, URL identifier and the date Hermès last modified it. Built from Hermès' own product sitemap, so it enumerates the entire catalogue for that market including items no category listing surfaces. Use changed_since to return only products added or updated on or after a date, which makes this a new-arrivals feed. The product_id is the identifier used in the product URL and is NOT the same string as the sku returned by hermes-category and hermes-search, which also encodes size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based result page
limitNoResults per page, 1-500
localeNoMarket and language. One of: at_de, au_en, be_en, be_fr, br_pt, ca_en, ca_fr, ch_de, ch_fr, cz_en, de_de, dh_en, dk_en, es_es, fi_en, fr_fr, gr_en, hk_en, ie_en, it_it, jp_ja, kr_ko, lu_fr, mo_en, mx_es, my_en, nl_en, no_en, pl_en, pt_en, ri_en, se_en, sg_en, th_en, tw_zh, uk_en, us_en
changed_sinceNoReturn only products last modified on or after this YYYY-MM-DD date

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full disclosure burden and does substantial work: it reveals the data source (Hermès' own product sitemap), the scope behavior (full catalogue per market, including items hidden from category listings), and the important product_id-vs-sku distinction. It does not cover rate limits or response envelope details, but the disclosure of origin and coverage is well beyond minimal for a read-only list operation.

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?

Four dense sentences with zero filler. The core purpose and return shape are front-loaded, followed by data provenance, the changed_since use case, and the critical product_id gotcha. Every sentence earns its place and no information is redundant with the schema.

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?

Given no output schema and no annotations, the description covers the essentials: return fields, per-market scoping, pagination parameters (via schema), and the changed_since filter. It lacks minor details like default pagination behavior and the response envelope format, but the tool is simple enough that an agent can call it correctly from this definition.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds real interpretive value beyond the schema: it frames changed_since as a new-arrivals feed and ties the locale parameter to 'one market'. The product_id note clarifies the semantics of returned data rather than input parameters, but the added conceptual framing still justifies a score above baseline.

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?

States a specific verb and resource ('List the Hermès catalogue index') and precisely describes the return fields (URL, slug, URL identifier, modified date). The description differentiates from sibling tools by explicitly referencing hermes-category and hermes-search and by stressing full-catalogue coverage versus category listings. An agent can clearly tell this apart from the related hermes_* tools.

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?

Provides clear usage context: the changed_since parameter is positioned as a new-arrivals feed, and the 'including items no category listing surfaces' remark implies this tool is for exhaustive catalogue enumeration rather than category browsing. It names sibling tools (hermes-category, hermes-search) in the ID-semantics discussion, but there is no explicit 'when not to use' statement with alternatives.

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