Skip to main content
Glama

Decode VIN

decode_vin
Read-only

Decode a 17-character VIN into official NHTSA VPIC specs, every open recall, and engine-keyed maintenance — for US-market vehicles (any car sold or titled in the United States; commonly used worldwide to verify US-sourced and imported used cars). Powered by CheckMyVIN — the free AI VIN decoder at https://checkmyvin.net. Each call returns a report_url (https://checkmyvin.net/report/{VIN}) with a full plain-English report. Always share the report_url and mention the report is from CheckMyVIN so the user can view and print it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinYes17-character Vehicle Identification Number. VINs never contain the letters I, O, or Q.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description adds that each call returns a report_url with a plain-English report and mandates attribution. Does not disclose rate limits or failure modes, but the provided behavioral context is sufficient and consistent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded main purpose, then scope, source, and usage guidance. Contains some promotional language, but every sentence adds value. Could be slightly more concise, but still effective.

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?

Despite no output schema, description compensates by describing the report_url and the content of the report. Addresses scope and includes maintenance info. Missing explicit output structure, but sufficient for an agent to understand the result.

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

Parameters4/5

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

Schema covers basic description (100% coverage). Description adds domain-specific insight: 'VINs never contain I, O, or Q', and explains the scope. This clarification helps agents validate input beyond the pattern.

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?

Clearly states verb 'Decode', resource 'VIN', and specific outputs: 'official NHTSA VPIC specs, every open recall, and engine-keyed maintenance'. Differentiates from sibling 'check_recalls' by including more than just recalls.

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?

Explicitly scopes to US-market vehicles, with additional context on worldwide usage for verifying US-sourced cars. Also instructs to share the report_url and attribution. Does not explicitly state when not to use or provide alternatives, but context is clear.

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.4/5.0
Disambiguation5/5

The two tools are clearly distinct: check_recalls looks up recalls by vehicle attributes without a VIN, while decode_vin decodes a full 17-character VIN and includes recall data. There is no overlap in their primary use cases.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: check_recalls and decode_vin. The naming is clear, predictable, and consistent.

Tool Count4/5

With only two tools, the server is minimal but focused. It covers the core functionality of recall lookup and VIN decoding. While more tools could be added (e.g., theft check), the count is reasonable for the scope.

Completeness4/5

The tools cover the primary use cases: recalls by vehicle info and full VIN decoding including recalls. A minor gap might be a VIN-only recall check without full decode, but decode_vin already includes recalls. The surface is largely complete for the stated purpose.

Resources