Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

gucci_stores

Find Gucci store locations across the US with addresses, phones, coordinates, and departments. Filter by product department to locate stores carrying specific items.

Instructions

List Gucci store locations. Returns Gucci's full US store-locator listing: name, address, phone, coordinates, product departments carried, and a link to book an in-store appointment for each location. Filter to stores carrying one department with department (e.g. jewelry, mens_shoes); omit for every store -- see the response's own departments field for the live list of department tags to filter by.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
departmentNoDepartment tag to filter to (case-insensitive substring match against the response's own departments field), e.g. jewelry, mens_shoes. Omit for every store.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states the output structure (a full US store-locator listing with specific fields), the optional department filter as a case-insensitive substring match, and that the authoritative department tags are the response's own departments field. This provides enough behavior context for a read-only listing tool, though it does not mention pagination or data freshness.

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 compact and front-loaded, with the core purpose in the first sentence. It is slightly redundant ('List Gucci store locations' vs 'Returns Gucci's full US store-locator listing') and the phrase 'with department' is awkward, but every sentence earns its place and there is no filler.

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 list tool with one optional parameter and no output schema, the description is complete: it enumerates the returned fields, explains the filter semantics, tells the agent where to find valid department tags, and scopes the data to the US. An agent has everything needed to invoke it correctly.

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

Parameters3/5

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

Schema coverage is 100%, and the department parameter already has a description nearly identical to the tool description ('case-insensitive substring match against the response's own departments field, e.g. jewelry, mens_shoes. Omit for every store'). The description therefore adds no meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource ('List Gucci store locations') and details the return payload (name, address, phone, coordinates, departments, appointment link). It is clear about the tool's scope, but it does not explicitly differentiate itself from sibling tools such as gucci_store or gucci_store_search, so an agent must infer the distinction from the plural name and the phrase 'full US store-locator listing'.

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

Usage Guidelines2/5

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

There is no guidance about when to choose this tool over alternatives like gucci_store or gucci_store_search. The description gives parameter-level advice (omit department for every store, filter by tags from the response's departments field), but it does not state use cases, exclusions, or prerequisites for tool selection.

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