Skip to main content
Glama

fmcsa_safety_scores

Read-onlyIdempotent

Get safety information for a trucking company by DOT number. Returns either CSA BASIC percentile scores (where FMCSA publishes them, rare per FAST Act 2015 restrictions) OR a public safety summary built from crash counts, fatal/injury crashes, driver/vehicle/hazmat out-of-service rates, and inspection volumes (always available). Use this for questions like 'is this carrier safe?', 'what's their safety record?', 'how many crashes?', 'should I hire this carrier?', 'check their inspection history', or any trucking safety evaluation. Higher BASIC percentiles = worse record. For OOS rates, lower is better; national averages provided for comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dot_numberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond that: it explains the conditional return of CSA BASIC percentiles versus the always-available public safety summary, specifies the metrics included, and clarifies interpretation ('Higher BASIC percentiles = worse record'). 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?

The description is front-loaded with the core purpose, then efficiently covers return modes, example use cases, and interpretation guidance. The example-question list is slightly long but each item is decision-relevant, and no sentence is redundant.

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, the description compensates by describing the two possible return forms, the data contained in the safety summary, and how to interpret the metrics. It does not cover error cases or mention alternative fmcsa tools, but for a single-parameter read-only lookup the essential information is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate, but it only repeats that the tool works 'by DOT number.' This adds little beyond the parameter name and the schema's integer/exclusiveMinimum constraints. It does not explain how to obtain or format a DOT number or any additional semantic guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: 'Get safety information for a trucking company by DOT number.' The description further clarifies the two possible return types, which helps differentiate it from generic carrier lookups. However, it does not explicitly distinguish itself from sibling tools like fmcsa_carrier_lookup or fmcsa_carrier_authority.

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 clear usage context through example questions like 'is this carrier safe?' and 'how many crashes?' and explicitly says 'or any trucking safety evaluation.' It does not state when not to use it or mention alternative tools, so it lacks explicit exclusions and sibling routing.

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.