Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

carsdotcom_vehicle

Get a Cars.com vehicle listing detail with full specs, fair price, deal rating, equipment, history, price changes, and seller or dealer info.

Instructions

Get Cars.com vehicle listing detail. Returns a normalized Cars.com vehicle listing: full vehicle spec (make, model, trim, mileage, colors, engine, transmission, fuel economy, a key-specs table), Cars.com's own deal-fairness rating and predicted fair price, categorized equipment features, an AutoCheck-derived vehicle history report, Cars.com's own price-change history, the seller's notes, dealer detail (name, rating, address, website, phones, hours) or private-seller detail for a for-sale-by-owner listing, and certified-pre-owned/manufacturer-program detail when applicable. Credential-free public data sourced directly from Cars.com's own public GraphQL API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYesCars.com listing id (a UUID), the path segment of a /vehicledetail/{listing_id}/ URL
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly states that the tool uses 'credential-free public data sourced directly from Cars.com's own public GraphQL API,' which informs the agent that no authentication is needed and the data is public. It also notes conditional fields like private-seller detail and CPO detail 'when applicable,' showing awareness of variable response shapes. It doesn't mention rate limits or error behavior, but for a read-only detail fetch this is a strong disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense sentence that packs in a comprehensive list of return fields without filler. It front-loads the core purpose and then details contents. While it's long, the tool itself returns a rich payload, so the length is justified. It could be improved by breaking the list into bullet points, but it is not wasteful.

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 that there is no output schema and no annotations, the description compensates by thoroughly enumerating the expected return data: vehicle specs, pricing, equipment, history, seller notes, dealer info, and program details. It also covers data source and authentication context. The only missing elements are potential error cases and how to obtain the listing_id, but for a single-parameter detail tool this is 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 provides 100% coverage for the single parameter listing_id, including its UUID format and URL path context. The description adds no additional parameter semantics beyond the tool name itself. Per the baseline rule, a score of 3 is appropriate when the schema does the heavy lifting.

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 leads with a specific verb-resource pair ('Get Cars.com vehicle listing detail') and then exhaustively enumerates the returned data fields (spec, pricing, history, dealer info, etc.), making the tool's purpose unmistakable. It also implicitly distinguishes itself from sibling tools like carsdotcom_search by focusing on detail retrieval for a single listing.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention that listing_id would typically come from a search tool like carsdotcom_search. It states the data is 'credential-free public data' which gives some context, but it never says 'use this when you have a listing_id' or excludes use cases.

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