Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

carmax_stores

Search CarMax physical store locations by ZIP code or keyword. Returns full address, phone numbers, opening hours, and driving distance for each store.

Instructions

Search CarMax store (physical location) locations. Searches CarMax's physical store locations by ZIP code or free-text keyword, returning normalized stores with full address, every published phone number, opening hours, and (for a ZIP-based search) live driving distance in miles. Credential-free public data sourced from CarMax's own mobile-app store-locator API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNo5-digit US ZIP code to search near. Triggers a live geo-distance sort. Provide this or keyword; zip takes precedence if both are given
takeNoMaximum number of stores to return, defaults to 10, capped at 300
keywordNoFree-text match against store name or city
Behavior4/5

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

With no annotations, the description discloses the data source ('CarMax's own mobile-app store-locator API'), credential-free access, and the specific fields returned (address, phone numbers, hours, driving distance for ZIP). This is strong transparency for a search tool, though it lacks info on error behavior or rate limits.

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?

Three sentences, front-loaded with purpose, and each sentence adds distinct value (what it does, what it returns, data source). No fluff or redundancy.

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?

With no output schema, the description covers the key return fields and search behavior, and it clarifies distance applies only to ZIP-based searches. It doesn't describe the exact response structure or edge cases, but for a simple store-finder it's largely complete.

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 schema already documents all three parameters with full descriptions, including zip precedence and geo-sort. The description adds no new parameter-level semantics beyond restating ZIP or keyword search, so it only meets the 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?

The description opens with 'Search CarMax store (physical location) locations,' using a specific verb and resource, and immediately distinguishes from vehicle-focused siblings like carmax_search by emphasizing physical store locations. It lists concrete output fields, making the tool's function unambiguous.

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 states searches are by ZIP or free-text keyword, and mentions the ZIP-based geo-distance feature, giving clear context for when to use the tool. However, it does not explicitly name alternative tools (e.g., carmax_search for vehicles) or provide when-not-to-use guidance, so it earns a 4 rather than 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