Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

costco_warehouses

Find nearby Costco warehouses by latitude/longitude, returning names, addresses, and distances sorted by proximity.

Instructions

Find nearby Costco warehouses. Returns Costco warehouses near a latitude/longitude, sorted by distance: name, address, and distance for each. Public data sourced from Costco's own warehouse locator backend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude
longitudeYesLongitude
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 discloses output fields (name, address, distance), sorting behavior (by distance), and that the data is public and sourced from Costco's backend. This goes beyond a simple purpose statement, though it omits details like distance units, result limits, or error behavior, preventing a perfect score.

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 three concise sentences with no fluff. Each sentence adds value: purpose, return details, and data source. There is minor redundancy (repeating 'near a latitude/longitude') but it is not distracting and the overall structure is efficient and front-loaded.

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 the tool's simplicity (2 parameters, no output schema, no nested objects), the description is largely complete. It explains what the tool does, the inputs, and the return fields. The lack of distance unit specification is a minor gap but not critical for a straightforward lookup tool. A perfect score would require more explicit output structure or edge-case handling.

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?

The input schema already provides descriptions for both parameters ('Latitude' and 'Longitude'), giving 100% schema coverage. The description adds the context that these coordinates are used for a nearby search, but does not add extra detail such as decimal degrees format, valid ranges, or coordinate system. This matches the baseline score of 3 when schema coverage is high.

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 'Find nearby Costco warehouses,' which is a specific verb+resource statement. It further clarifies the tool's scope by specifying it returns warehouses near a latitude/longitude, sorted by distance, with name, address, and distance fields. This clearly distinguishes it from sibling tools like costco_search or costco_product_availability, which serve different purposes.

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 clearly implies when to use the tool: when a user needs Costco warehouse locations near a given coordinate. It explicitly states the input is a latitude/longitude pair, which indicates the required context. However, it does not name alternative tools or provide explicit exclusion criteria, so it falls short of a 5.

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