Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

cvs_store_locator

Find nearby CVS store locations by ZIP code, address, or coordinates. Get address, phone, hours, pharmacy availability, and services in clean JSON.

Instructions

CVS store locator. Returns nearby CVS store locations for a ZIP code, a free-text address/city/state, or a latitude/longitude pair: address, phone, fax, distance, and retail store hours, plus a has_pharmacy existence flag and a list of general service indicators (e.g. photo, ATM, same-day delivery). Covers general store info only -- this does not return pharmacy hours, pharmacy phone, prescription data, or any patient-specific information. zip is a 5-digit US ZIP code; alternatively supply address (a free-text location such as a city, state, or street address) or latitude and longitude together. When more than one is supplied, zip wins, then address, then latitude/longitude. Optionally narrow results to stores carrying one specific service via the service param (the same code vocabulary the response's services field uses); only one service value is accepted per request. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNo5-digit US ZIP code, e.g. \
addressNoFree-text location -- a city, state, or street address, e.g. \
serviceNoNarrow results to stores carrying one specific service
latitudeNoLatitude, used together with longitude when zip and address are not supplied
longitudeNoLongitude, used together with latitude when zip and address are not supplied

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the burden. It discloses that it returns only general store info, not pharmacy-specific data, and notes the regional availability limitation (US/US-territory egress only, upstream error otherwise). It also explains parameter precedence behavior, which is a key behavioral trait.

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 well-structured and front-loaded with the core purpose. It flows logically: what it does, what it returns, what it excludes, parameter details, and regional constraint. Each sentence contributes new information without redundancy, making it efficient despite its length.

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?

For a tool with 5 parameters, no output schema, and no annotations, the description covers the essential aspects: output fields, scope limitations, parameter precedence, service filtering, and regional availability. It could be improved by mentioning result limits or pagination, but these are minor gaps for a store locator tool.

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% (all parameters have descriptions). The description adds value beyond schema by explaining the precedence of zip/address/lat-long and clarifying that the service param uses the same vocabulary as the response's services field, plus the one-service-per-request rule. This goes beyond the schema's basic descriptions.

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 clearly states the tool's function: 'Returns nearby CVS store locations' with specific input options (ZIP, address, lat/long) and output fields (address, phone, fax, distance, hours, has_pharmacy, services). It distinguishes itself from general store locators by specifying CVS-specific data and explicitly excluding pharmacy details.

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 context on when to use the tool: for general store information, not pharmacy data. It also details parameter precedence (zip wins, then address, then lat/long) and the optional service filter. However, it does not explicitly name alternative tools or state 'use this instead of X', though the scope limitation effectively communicates what not to use it for.

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