Skip to main content
Glama

District of Columbia DMV

Dc Dmv Vehicle Inspections

dc_dmv_vehicle_inspections
Read-onlyIdempotent

Look up Washington DC vehicle safety and emissions inspections by VIN, or count DC inspection volume over time. The District of Columbia DMV publishes 766,879 individual inspection records, each carrying the submitted VIN, the date the vehicle was inspected and the date that inspection expires, covering November 2020 to June 2026 and still being appended. Answers "when was VIN 1FMCU9BZ5NUA87486 last inspected in DC", "when does this car's DC inspection expire", "how many vehicles did DC inspect last month", and "DC inspection volume by month". A VIN prefix matches every vehicle of the same make, model and plant, so vin_prefix="1FMCU9BZ" counts one model line.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNoFull 17-character VIN, e.g. "W1KAF4GB5SR257239". Case-insensitive.
limitNoMax records or periods to return (default 25, max 200).
group_byNonone (default) returns individual inspection records; month or year returns inspection counts per period.
vin_prefixNoLeading characters of a VIN, e.g. "1FMCU9BZ" — the first 8 identify make, model line and body, so this counts one model.
expires_beforeNoKeep inspections expiring before this date, YYYY-MM-DD — the way to find vehicles due for re-inspection.
inspected_sinceNoEarliest inspection date, YYYY-MM-DD, e.g. "2026-01-01".
inspected_beforeNoLatest inspection date, YYYY-MM-DD, e.g. "2026-07-01".

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint true, and destructiveHint false. The description adds valuable context beyond annotations: dataset size, date range, and ongoing appending behavior. It explains VIN prefix semantics, which is non-obvious. No contradictions.

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?

The description is well-structured and front-loaded: it starts with the core action, provides dataset context, gives example queries, and explains a key feature (VIN prefix). Every sentence adds value without being overly verbose. Minimal waste.

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 7 parameters with 0 required and no output schema, the description is remarkably complete. It covers data scope, use cases, parameter guidance, and return behavior (individual records vs counts). The absence of output schema is mitigated by clear examples of what the tool answers.

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 description coverage is 100%, so baseline is 3. The description adds meaning by providing concrete examples (e.g., 'W1KAF4GB5SR257239' for vin) and practical use cases for parameters like expires_before and inspected_since. It explains the concept of VIN prefix as counting one model line, which goes beyond the schema's description.

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's purpose: looking up DC vehicle inspections by VIN or counting inspection volume over time. It distinguishes itself from sibling tools like dc_dmv_convictions and dc_dmv_offices by focusing specifically on inspections. The examples of queries it can answer leave no ambiguity.

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 provides clear context on when to use the tool, including example questions and explanation of VIN prefix queries. It implicitly differentiates between individual record lookup and volume counting via the group_by parameter, but it lacks explicit 'when not to use' or direct comparisons with alternatives.

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.