Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

autotrader_vehicle

Get complete Autotrader vehicle listing details by ID, including specifications, pricing, images, description, and seller info from public data.

Instructions

Get Autotrader vehicle listing detail. Returns a normalized Autotrader vehicle listing: full vehicle spec (make, model, trim, mileage, colors, transmission, fuel type, engine, images, pricing), the full listing description, and seller detail (dealership or private seller). Credential-free public data sourced from Autotrader's own server-rendered vehicle detail page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAutotrader listing id, the numeric path segment of a /cars-for-sale/vehicle/{id} URL
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. It credibly discloses that the data is credential-free public data sourced from Autotrader's server-rendered page, which goes beyond the tool name. It does not mention rate limits or failure behavior, but for a read-only fetch tool this is adequate.

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?

Two concise sentences front-load the primary action, then enumerate return categories. Every phrase adds value without redundancy.

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?

For a single-parameter lookup with no output schema, the description fully covers the return payload (spec, images, pricing, description, seller), the data source, and access requirements. Nothing essential is missing.

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 100% coverage for the single 'id' parameter, including its meaning as the numeric URL path segment. The description adds no additional parameter-level detail, so the baseline of 3 applies.

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 starts with a specific verb plus resource: 'Get Autotrader vehicle listing detail.' It enumerates the returned data (spec, description, seller), clearly differentiating this from the sibling autotrader_search and autotrader_dealer tools.

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 description implies this tool is for retrieving a single listing once you have its ID, but it does not explicitly state when to choose it over autotrader_search or autotrader_dealer, nor does it mention exclusions like 'use search to find listings first.'

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