Skip to main content
Glama

Server Details

VIN decode + every NHTSA safety recall, Do Not Drive first; recalls by make/model/year.

If you are the author of this connector, you can claim ownership by verifying the domain or GitHub account it belongs to. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation4/5

check_vins and vehicle_recalls both return NHTSA recall lists, creating some overlap in output. However, their inputs clearly differ (VIN vs make/model/year), so an agent can select based on available data, though the shared recall focus could cause slight confusion.

Naming Consistency3/5

Both names use snake_case, but 'check_vins' follows a verb_noun imperative pattern while 'vehicle_recalls' is a noun phrase. The mixed convention is readable but not fully consistent.

Tool Count3/5

Two tools is borderline thin for the domain; while they cover VIN and non-VIN recall lookups, additional operations like recall detail or campaign search are absent. The narrow scope makes 2 defensible but still on the low side.

Completeness4/5

The two tools cover the primary use cases: VIN-based lookup and make/model/year lookup. Missing capabilities like listing all recalls for a make or searching by campaign ID are minor gaps an agent can work around.

Available Tools

2 tools
check_vinsDecode VINs and check recallsB
Read-onlyIdempotent
Inspect

Decode 1-10 US VINs (year, make, model, trim, engine, plant) and list every NHTSA safety recall for each vehicle, with Do Not Drive / Park Outside advisories first, remedy and campaign link.

ParametersJSON Schema
NameRequiredDescriptionDefault
fullNo
vinsYes17-character VINs

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds useful context beyond those annotations: US-only VINs, batch size, decoded fields, recall ordering, and remedy/campaign data. It does not mention rate limits or error behavior, but it is materially informative.

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?

A single front-loaded sentence that packs scope, output fields, and advisory ordering without filler or repetition. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description helpfully previews returned fields and recall-advisory ordering. However, it omits what full controls and any error or partial-decoding behavior, so it is only partially complete for a two-parameter lookup tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50%: vins is described as 17-character VINs, while full has no schema or description. The description repeats the 1-10 VIN limit and adds US scope, but never explains what the full parameter controls, leaving one of two parameters opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb+resource: decode VINs and list NHTSA recalls, with decoded fields and advisory ordering named. It does not explicitly distinguish itself from the sibling vehicle_recalls tool, so it stops short of a 5.

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?

No explicit when-to-use, when-not, or alternative-to-sibling guidance is given. Input limits imply the tool is for 1-10 VINs, but the description does not tell an agent when to choose this over vehicle_recalls.

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

vehicle_recallsRecalls for a make/model/yearA
Read-onlyIdempotent
Inspect

List NHTSA safety recalls for a make, model and model year (no VIN needed), advisories first.

ParametersJSON Schema
NameRequiredDescriptionDefault
fullNo
makeYes
yearYes
modelYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is fully covered. The description adds one genuine behavioral detail not in the annotations — result ordering with 'advisories first' — but says nothing about result limits, upstream latency, or what 'full' changes.

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?

A single sentence with zero waste; the resource and scope are front-loaded and the ordering hint is appended without padding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only lookup with no output schema, the description covers the core call adequately, but the undocumented 'full' parameter and the absence of any expected-output shape (counts, per-recall fields, truncation) leave real gaps an agent would have to discover by trial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry the parameter burden. It names make/model/year and clarifies 'model year', but adds no format guidance (e.g., 4-digit year as an integer, official make spelling) and never mentions the fourth parameter 'full' or its default of false, leaving it entirely undocumented.

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?

States a specific verb (List), a specific resource (NHTSA safety recalls), and the exact input scope (make, model, model year, no VIN needed). The parenthetical '(no VIN needed)' implicitly separates it from the sibling check_vins, so an agent can route between them without opening a schema.

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

Usage Guidelines4/5

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

The 'no VIN needed' qualifier gives a clear selection condition: use this when you only have make/model/year. However, it never names check_vins as the alternative or states explicitly when that sibling should be preferred, so the routing is inferred rather than spelled out.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcheck_vins
    • First observedvehicle_recalls

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive vehicle reports by aggregating data from multiple public sources to decode VINs, check recalls, and view safety ratings. It enables users to validate VINs locally and retrieve technical specifications, fuel economy, and vehicle photos without requiring API keys.
    8 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables querying U.S. vehicle safety and specification data, including VIN decoding, recalls, complaints, investigations, and crash test ratings.
    1 npm
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Decode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.
    12
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources