Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

zara_stores

Locate nearby physical stores using latitude and longitude. Provides address, phone, opening hours, pickup and donation options, and a store page URL.

Instructions

Find nearby Zara physical stores. Returns Zara physical retail stores near a location: name, full address, phone, coordinates, opening hours status, pickup/donation eligibility, and a canonical store page URL. lat and lng are both required -- this endpoint does not accept a free-text zip/city search. A location with no stores within the radius returns a normal response with an empty stores array rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude
lngYesLongitude
radiusNoSearch radius in miles, 1 to 500, defaults to 30
pickup_onlyNoOnly return stores that support in-store pickup
donation_onlyNoOnly return stores that accept clothing donations
Behavior4/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 delivers: it lists the returned fields, states that both lat/lng must be provided, and specifies that a no-store response returns an empty array rather than an error. This covers an important edge case and gives the agent a clear behavioral model of the endpoint.

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 compact and well-structured: purpose, return fields, and key usage constraints are all included in three sentences with no filler. Every sentence contributes distinct information, and the critical behaviors are front-loaded.

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 store-locator endpoint with no output schema, the description is complete: it names the domain (Zara physical stores), the requirements, the returned fields, and the empty-response behavior. The schema covers the radius and filter semantics, so nothing an agent needs to call this correctly is missing.

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 value by explicitly stating 'lat and lng are both required' and emphasizing that the endpoint does not accept free-text zip/city searches, which reinforces the coordinate-based parameter semantics and prevents a common misuse. The filters are not expanded, but the schema already covers them.

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 and resource: 'Find nearby Zara physical stores.' It clearly distinguishes this tool from Zara product/category siblings by focusing on physical store locations and enumerating the returned store data (name, address, phone, etc.). It leaves no ambiguity about what the tool does.

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 gives clear context for when to use the tool: when a location-based Zara store lookup is needed. It also states a critical constraint — lat and lng are both required and free-text zip/city search is not accepted — which prevents misuse. It does not explicitly name alternatives among siblings, but the context is strong enough for correct selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server