Skip to main content
Glama

OpenDealer MCP Server

Check NHTSA Recalls

check_recalls
Read-onlyIdempotent

Get NHTSA open safety recalls for a vehicle by VIN.

Returns recall campaigns resolved at the year/make/model level (YMM-granular). A recall listed for the model year may not apply to every VIN — the response includes NHTSA's disclaimer and campaign details (component, summary, remedy status, Park It / Park Outside advisories).

Use this when a shopper asks about recalls, safety campaigns, or whether a specific model has open NHTSA notices. Required step in vehicle_dossier and safety_first playbooks; always include the YMM-granularity disclaimer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinYes17-character Vehicle Identification Number

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNo
countNo
recallsNo

TDQS

A4.7/5.0
Behavior5/5

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

Discloses that returns are at YMM-granularity, includes NHTSA disclaimer, campaign details, Park It advisories, and notes that a recall may not apply to every VIN. Annotations already indicate read-only, idempotent, non-destructive; description adds valuable behavioral context without contradiction.

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?

Concise and well-structured: first sentence states purpose, next paragraph adds granularity details and usage guidance. No wasted words.

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 simple one-parameter schema and presence of output schema, the description covers purpose, usage, behavioral nuances, and disclaimers. It is fully adequate for an agent to correctly 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 clear description. The description does not add significant parameter-specific meaning beyond what the schema provides, so baseline 3 is appropriate.

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 verb 'Get', the resource 'NHTSA open safety recalls', and the input 'by VIN'. It is specific and distinguishes itself from sibling tools like get_safety_rating which covers different safety data.

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 states when to use the tool ('when a shopper asks about recalls, safety campaigns...') and notes it is a required step in specific playbooks. Provides clear context for selection.

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