Skip to main content
Glama

OpenDealer MCP Server

Get Deal Score

get_deal_score
Read-onlyIdempotent

Get AI-powered deal scoring and market insights for a vehicle.

Returns comprehensive analysis including: • Deal score (1-100) with rating (Great, Good, Fair, Poor) • Price comparison vs market average • Days on lot analysis • Price history and trends • Similar vehicles in the market

Core step in vehicle_dossier, budget_coach, price_drop_sniper, and dealer_crawl playbooks. Pair with get_vehicle_history and check_recalls for buy/no-buy answers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinYes17-character Vehicle Identification Number

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNo
dealScoreNo
priceHistoryNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds value by detailing the return structure (e.g., rating scale, price history) and positional context, all consistent with annotations. No contradictions.

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: a clear opening sentence, a bullet list of outputs, and usage context. Every sentence 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?

Given the presence of an output schema and annotations, the description covers all necessary aspects: purpose, inputs, outputs overview, and usage guidance, making it complete for an AI agent to select and invoke the tool.

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 coverage is 100% with the vin parameter fully described (pattern, purpose). The description does not add additional semantics beyond what the schema provides, meeting the baseline for parameter documentation.

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 gets 'AI-powered deal scoring and market insights for a vehicle' and lists specific outputs such as deal score, price comparison, and trends, effectively differentiating it from sibling tools like get_vehicle_history or check_recalls.

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

Usage Guidelines5/5

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

Explicitly identifies the tool as a 'core step' in specific playbooks (vehicle_dossier, budget_coach, etc.) and recommends pairing with get_vehicle_history and check_recalls for buy/no-buy answers, providing clear when-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose. Tools like compare_market, compare_models, and compare_vehicles target different scopes (segment, model, VIN), while search_vehicles and filter_vehicles serve different query types. No apparent overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., check_recalls, compare_market, get_vehicle, list_facets). No mixing of naming conventions, making the set predictable and easy to navigate.

Tool Count4/5

With 26 tools, the count is on the higher side but appropriate for a comprehensive automotive platform. Each tool covers a distinct aspect of car shopping and research, and there is no obvious redundancy.

Completeness5/5

The tool surface covers the full lifecycle of automotive research and shopping: recalls, comparisons, dealerships, vehicle search and details, history, deal scoring, market trends, safety ratings, rankings, and lead submission. Only minor gaps like trade-in valuation exist.

Resources