Skip to main content
Glama

Get Complaints

get_complaints
Read-onlyIdempotent

Get owner-filed NHTSA complaints for a vehicle — real-world problems drivers reported (vs official recalls). Use for "common problems with a 2020 Ford Explorer", "what are owners complaining about". Returns components, summary, crash/fire flags, injuries/deaths, and filing date. Pass make + model + model_year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makeYesVehicle make (e.g., "Ford")
modelYesVehicle model (e.g., "Explorer")
model_yearYesModel year (e.g., 2020)

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "make": "Ford",
      +    "model": "Explorer",
      +    "model_year": 2020
      +  },
      +  {
      +    "make": "Tesla",
      +    "model": "Model 3",
      +    "model_year": 2022
      +  }
      +]
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful context: data source (owner filings), returned fields (components, summary, crash/fire flags, injuries/deaths, filing date), and required input pattern. No contradiction with annotations.

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: the first states the purpose and key differentiator; the second gives usage examples and return fields. 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.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description appropriately lists return fields (components, summary, crash/fire flags, injuries/deaths, filing date). It also covers purpose, inputs, and example queries. Minor gap: no detail on result structure or pagination, but acceptable for a low-complexity tool.

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?

Schema covers all three parameters with descriptions and examples (100% coverage). The description only repeats 'Pass make + model + model_year' without adding further parameter semantics, so it stays at 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 resource ('owner-filed NHTSA complaints') and differentiates from official recalls, which is a relevant sibling (get_recalls). The phrasing 'real-world problems drivers reported' adds precise scope.

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?

Provides explicit example queries and contrasts with recalls ('vs official recalls'), but does not name the alternative tool (get_recalls) nor state when not to use the tool. The usage intent is clear, but exclusion guidance is implicit rather than explicit.

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.