Skip to main content
Glama

MCPFax Vehicle Diagnostics

Vehicle fault code (DTC) lookup

dtc_lookup

Look up what a vehicle fault code (OBD-II diagnostic trouble code) means. Returns a reworded definition compiled from open/public sources (with the source and licence per row) plus which makes define the code specifically. Pass 'make' for the make-specific meaning instead of the generic SAE one — the same code can mean different things on different brands. Use this when a scan tool reported a code like P0301, B1318 or U0100; we never guess a meaning (unknown codes return not_found). Descriptions are compilations, not manufacturer verbatim strings, and severity is not guaranteed. Costs $0.006 USDC per call via x402 on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe fault code exactly as reported, e.g. 'P0301', 'B1318', 'C1201', 'U0100'.
makeNoVehicle make for the manufacturer-specific definition, e.g. 'BMW', 'Ford', 'Toyota'. Optional; omit for the generic SAE meaning.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / code / examples
      Added value: +[
      +  "P0301"
      +]
    • addedInput schema / properties / make / examples
      Added value: +[
      +  "BMW"
      +]
  2. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses that definitions are reworded compilations from open/public sources, that it never guesses, that descriptions are not verbatim, and that severity is not guaranteed. It also notes the cost per call. This is highly transparent, and with no annotations, the full burden is on the description.

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 a bit longer than strictly necessary, with six sentences, but each sentence adds value: purpose, output, make-specific usage trigger, no-guess policy, output characteristics, and cost. It is well-structured and not rambling.

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?

The description covers the purpose, the conditions for use, the output nature (reworded definition, source, licence), the no-guess policy, the make-specific distinction, and the cost. Without an output schema, this is sufficient for an agent to understand what the tool returns and how to invoke it.

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?

The input schema already provides complete descriptions for both 'code' and 'make', including the distinction between generic and make-specific meanings. The tool description reinforces this but does not add substantive new information beyond the schema, so it stays at the baseline.

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 looks up vehicle fault codes (OBD-II DTCs), which is specific and distinct from sibling tools like recalls or VIN decoding. The verb 'look up' and the resource are unambiguous.

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 when a scan tool reported a code,' providing a clear trigger. It also gives guidance on passing 'make' for manufacturer-specific definitions. However, it does not explicitly mention alternatives (e.g., when to use vehicle_recalls instead), so it falls short of the highest bar.

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