Skip to main content
Glama

CarsMultiverse — the recall record

search_recalls

Search vehicle safety recall notices from seven national and European registers (NHTSA, Transport Canada, DVSA, EU Safety Gate, RDW, MLIT, Israel) by recall number, make and model, or a plain-language description of the problem in any language (e.g. "brakes fail on 2019 Honda CR-V"). Returns titles and CarsMultiverse URLs to cite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesA recall number such as 25V455, a make and model such as "ford f-150", or a description of the fault in plain words.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / query / description
      Previous value: -"A recall number such as 25V455, or a make and model such as \"ford f-150\"."New value: +"A recall number such as 25V455, a make and model such as \"ford f-150\", or a description of the fault in plain words."
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries the disclosure burden. It states the operation and output, and explicitly notes plain-language support in any language, but it does not mention error behavior, rate limits, data freshness, or read-only status—mostly inferable from 'Search' but not explicit.

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 sentences front-load the core purpose and query modes, then give the output shape. There is no filler, tautology, or unnecessary repetition.

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?

With no output schema or annotations, the description usefully states return contents and query flexibility. It is slightly incomplete around limit behavior and error cases, but for a search tool it provides enough to call 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?

The schema already documents the query parameter well, and the description adds the 'any language' behavior and an example. However, it adds nothing about the limit parameter beyond the schema's numeric bounds, so at 50% schema coverage it only partially compensates for the gap.

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 action (search), concrete resource (vehicle safety recall notices across seven named registers), and query dimensions (recall number, make/model, plain-language). This differentiates it from siblings like get_recall_notice by emphasizing multi-register search and citation-oriented output.

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?

Gives clear context: use when you need to find recall notices by recall number, make/model, or problem description, and returns titles and URLs for citation. It does not explicitly name sibling tools or say when not to use them, but the supported query modes and output make the intended use obvious.

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