Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

gucci_category

Retrieve a Gucci category listing with product details, prices, colors, images, and stock. Increase the page parameter to load the complete category catalog.

Instructions

Browse a Gucci category listing. Returns one Gucci category/browse listing: normalized products (name, price, colors, images, stock) plus the upstream's own product count, page count, sibling-category counts, and sort options. category comes from gucci-categories' own category field. page selects how many of the upstream's own batches to accumulate -- Gucci's own category pages page this way: requesting page=N returns every product from page 1 through page N combined (its own "Load All" button simply requests the last page), not a single page's worth. Defaults to 1 (the upstream's own first batch, 36 products); request page equal to the response's own pages_count to fetch a category's complete listing in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoHow many of the upstream's own batches to accumulate, defaults to 1 (see description)
categoryYesCategory path from gucci-categories' own category field

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it excels: it discloses the unusual cumulative pagination behavior (page=N returns pages 1 through N), the 36-product default batch, and how to fetch a complete category in one call by using pages_count. This is exactly the kind of non-obvious behavior an agent needs to know.

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 dense but well ordered: it front-loads the purpose and return shape, then handles category sourcing and the pagination quirk. Every sentence contributes necessary operational detail; no filler or repetition of schema fields.

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 two-parameter listing tool with no output schema and no annotations, this definition supplies the necessary return contents, source of category values, default behavior, and the strategy for retrieving all products. The only mild omission is exact output field names for counts/sort options, but it references pages_count sufficiently to guide the call.

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. The description adds real value beyond the schema by explaining the page parameter's cumulative-batch semantics, default of 1, and the 36-product implication. The category parameter gains no additional meaning beyond the schema's own wording, but the page semantics push this 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?

Description opens with a specific verb+resource ('Browse a Gucci category listing') and enumerates exactly what is returned (normalized products, counts, sort options). It also distinguishes itself from gucci_categories by stating that category comes from gucci-categories' category field, so the agent knows this returns products in one category rather than a category list.

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 context is clear: use this to get one category's product/browse listing, and source category from gucci_categories. It does not name alternative tools such as gucci_product or gucci_search or state explicit when-not-to-use conditions, but the functional scope is unambiguous.

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