Skip to main content
Glama

MOT history

get_mot_history
Read-onlyIdempotent

UK-registered vehicles only. From official DVSA MOT records. Full MOT test history for a UK vehicle: every test with its date, result, recorded mileage, and the advisories, minor defects and failures found. Also reports whether the recorded mileage ever went down between tests, which can indicate clocking or an error. Use for 'why did it fail its MOT', 'what were the advisories', 'show me the MOT history', 'past MOT results', 'mileage history', 'has it been clocked', 'is the mileage consistent'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registrationYesUK vehicle registration (number plate, reg), e.g. WR25 VUP or AB21 XYZ. People usually type it in lowercase without a space, such as wr25vup, and that is still a registration: pass it as given, spaces and case do not matter. Great Britain or Northern Ireland only; plates from other countries will not be found.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool read-only and non-destructive, and the description adds valuable context: it restricts to UK-registered vehicles, identifies the official DVSA data source, and discloses the derived mileage-decrease signal that can indicate clocking or error. This goes beyond the structured annotations and is genuinely useful.

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 economical: it front-loads scope and data source, then explains the returned content and the extra mileage-consistency signal, and ends with concrete example queries. Every sentence earns its place with no filler.

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?

Although there is no output schema, the description enumerates what each returned test record contains and covers a wide range of likely user intents. For a single-parameter, read-only tool, this provides enough context for an agent to invoke it correctly without missing critical information.

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 fully describes the registration parameter, including case/spacing normalization and Great Britain/Northern Ireland limitations. The description reinforces the UK-only scope but does not add substantial parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 states a specific operation: retrieving the full MOT test history for a UK vehicle, and enumerates what is included (date, result, mileage, advisories, minor defects, failures). This clearly distinguishes it from sibling tools by emphasizing historical test records rather than current status or general vehicle lookup.

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 gives explicit user-intent examples such as 'why did it fail its MOT', 'what were the advisories', 'has it been clocked', and 'is the mileage consistent', which tell an agent when to invoke the tool. It does not explicitly name siblings or state when not to use it, so it stops short of a full alternative-routing explanation.

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