Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

autotrader_dealer

Get an Autotrader dealer profile by ID and return normalized dealer details (name, phone, address, rating, website) plus current inventory summaries and total listing count.

Instructions

Get Autotrader dealer profile. Returns a normalized Autotrader dealer profile (name, phone, address, rating, website) plus a first page of the dealer's own current inventory as normalized vehicle summaries and the dealer's total listing count. Credential-free public data sourced from Autotrader's own server-rendered dealer profile page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAutotrader dealer/owner id, the numeric path segment of a /car-dealers/{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 of behavioral disclosure. It discloses that the data is credential-free public data sourced from Autotrader's server-rendered page, implies a read-only operation, and notes the limitation that only the first page of inventory is returned. This adds meaningful context beyond just saying 'get profile'.

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 and well-structured, with two sentences that front-load the purpose, detail the return value, and then note the data source. Every sentence contributes meaningful information without redundancy or padding.

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 a single parameter and no output schema, the description is quite complete. It explains the return values (normalized profile, inventory summaries, total listing count) and the data source, and notes the first-page limitation. However, it does not mention what happens on failure (e.g., invalid id) or whether further pages can be retrieved, leaving minor gaps.

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, describing it as the numeric path segment of a /car-dealers/{id} URL. The description does not add additional parameter semantics, so a baseline score of 3 is appropriate given the high schema coverage.

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 with a specific verb ('Get') and resource ('Autotrader dealer profile'). It enumerates the exact return fields (name, phone, address, rating, website, inventory, total listing count), making it distinct from sibling tools like autotrader_search and autotrader_vehicle.

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 provides a clear context (fetch a dealer profile by id) and notes it is credential-free public data, but does not explicitly mention alternatives or when not to use this tool. Compared to siblings, there is no explicit guidance on choosing between autotrader_dealer, autotrader_search, or autotrader_vehicle, so the usage is implied rather than explicit.

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