Skip to main content
Glama

TradeBasis Automotive Appraisal MCP (US)

Decode a VIN

tradebasis_vin_decode

Decode a 17-character VIN into vehicle identity: year, make, model, trim, body style, drivetrain, engine and fuel type. Identification only — this tool returns no valuation, no comparable listings and no market data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinYesThe 17-character Vehicle Identification Number to decode.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and largely succeeds. It communicates that this is an identification-only, non-valuation operation and enumerates the output fields across vehicle identity dimensions. It does not mention invalid-VIN handling or response shape, but for a simple read-only decode the key behavioral boundaries are disclosed.

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?

Two tight sentences with no filler. The core action and output fields are front-loaded, followed by a crucial scoping exclusion that prevents misuse.

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 single-parameter tool with no output schema, the description adequately explains the return values by listing the identity fields and clarifying what the tool will not return. It could optionally describe response format or error behavior, but nothing essential is missing for an agent to call this tool correctly.

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 description coverage is 100% and the schema already documents the vin parameter as 'The 17-character Vehicle Identification Number to decode.' The description reinforces the 17-character constraint and ties the output to the parameter, but adds no new semantic detail about parameter usage beyond the schema.

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 ('Decode'), the exact resource (17-character VIN), and the concrete identity fields returned. The 'Identification only' clause and explicit exclusions (no valuation, no comparable listings, no market data) make it easy to distinguish from other tradebasis data tools.

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 description clearly signals when to use this tool for VIN decoding and, more importantly, when not to use it: it explicitly states it returns no valuation, comparable listings, or market data. It does not name a specific alternative tool, but the exclusion guidance is strong enough for an agent to route correctly.

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.

Resources