Skip to main content
Glama

MCPFax Vehicle Diagnostics

NHTSA technical service bulletins

vehicle_tsbs

NHTSA Technical Service Bulletins (manufacturer repair guidance for known defects that are not safety recalls). Returns bulletin id, summary, and the fault codes each bulletin names (max 50). Query by make/model/year, or by fault code to find bulletins that address that specific code. Use this after dtc_lookup when you want the manufacturer's documented fix. A zero count means nothing matched the ingested subset. Costs $0.005 USDC per call via x402 on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNoFault code to match against the bulletin's listed codes, e.g. 'P0301'. Optional.
makeNoConsumer make name, e.g. 'TOYOTA'. Required unless 'code' is given.
yearNoFour-digit model year, e.g. '2019'. Optional.
modelNoModel name, e.g. 'CAMRY'. Optional.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / code / examples
      Added value: +[
      +  "P0301"
      +]
    • addedInput schema / properties / make / examples
      Added value: +[
      +  "TOYOTA"
      +]
    • addedInput schema / properties / model / examples
      Added value: +[
      +  "CAMRY"
      +]
    • addedInput schema / properties / year / examples
      Added value: +[
      +  "2019"
      +]
  2. First observed

TDQS

A4.4/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 burden of behavioral disclosure. It adds key facts: zero count means no match in the ingested subset, a max 50 result limit, and a cost of $0.005 USDC per call via x402. It does not mention authentication or rate limits, but the disclosed behaviors are useful and go beyond what the schema provides.

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?

The description is front-loaded with the purpose and return contents, then adds usage context, zero-count behavior, and cost. Every sentence contributes information an agent needs; it is slightly long but not bloated. The structure is logical, with the most important facts appearing first.

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 no output schema and four parameters, the description fully covers what an agent needs: what is returned (id, summary, fault codes), the max result count, how to query (make/model/year or code), when to use it (after dtc_lookup), and what a zero count means. The cost disclosure also helps with decision-making. Nothing critical is missing for correct invocation.

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 coverage is 100%, so the schema already documents each parameter's type and example. The description adds meaning by clarifying the parameter usage pattern: 'Query by make/model/year, or by fault code' and noting that 'code' is optional and 'make' is required unless code is given, which supplements the schema's flat list. This is above the baseline for fully covered schemas.

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 returns NHTSA Technical Service Bulletins with a specific verb ('Returns') and resource, and distinguishes them from safety recalls. It also names the query methods (make/model/year or fault code), making its purpose unambiguous and distinct from the sibling tools like vehicle_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?

The description explicitly says 'Use this after dtc_lookup when you want the manufacturer's documented fix,' providing a clear condition and sequence. It also explains the query methods (by make/model/year or by fault code). However, it does not explicitly state when NOT to use it or contrast with vehicle_recalls or vin_decode, so it stops short of full exclusion 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.

Resources