Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

carmax_vehicle

Get CarMax vehicle details via stock number: specs, equipment, warranty, accident history, and return guarantee from public sources.

Instructions

Get CarMax vehicle listing detail. Returns a normalized CarMax vehicle listing: full vehicle spec (make, model, trim, mileage, colors, engine, transmission, fuel economy, pricing), equipment features, labeled specifications, warranty coverage, accident/owner history, and CarMax's return guarantee terms. Credential-free public data sourced primarily from CarMax's own mobile-app API, backfilled with the website's server-rendered page for accident/owner history and warranty terms the mobile API doesn't expose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idNoOptional CarMax store id for pricing/transfer-fee display context. Defaults to a fixed CarMax store when omitted
stock_numberYesCarMax stock number, the numeric path segment of a /car/{stock_number} URL
Behavior5/5

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

With no annotations provided, the description carries full disclosure burden. It clearly states this is credential-free public data, names the primary source (CarMax mobile-app API), and explains the website fallback for fields not exposed by the API—useful behavioral context beyond the tool name.

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 concise yet information-dense: a one-line purpose, a structured list of returned data categories, and a source/credential note. Every sentence adds value and the main verb and resource 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?

Despite lacking an output schema, the description inventories the principal return contents (specs, equipment, warranty, history, guarantee terms) and notes credential-free access. This is sufficient context for an agent to select and invoke the tool for a vehicle-detail lookup.

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 description coverage is 100%, so the baseline is 3. The description does not add parameter-level meaning beyond the schema; stock_number and store_id are already well documented in the input schema.

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?

Description opens with 'Get CarMax vehicle listing detail,' a specific verb+resource pair that clearly identifies the operation. It further distinguishes itself from sibling search/recommendation tools by enumerating the comprehensive detail fields returned.

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

Usage Guidelines3/5

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

The intended use is implied by the name and description: retrieve full listing detail for a specific CarMax vehicle. However, it does not explicitly state when to choose this over sibling tools like carmax_search or carmax_vehicle_recommendations, nor does it mention exclusions.

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