Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nhtsa_car_seat_stations

Read-only

Search for car seat inspection stations by ZIP, state, or coordinates. Ensure your child's car seat is installed correctly.

Instructions

Find car seat inspection stations near a location. Search by ZIP code, state, or geographic coordinates. Car seat inspection stations help parents verify proper installation.

Example: state='CA', or zip='90210', or lat=30.18 + long=-96.39 + miles=50

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude for geo search
zipNoZIP code (e.g. '90210')
longNoLongitude for geo search
milesNoSearch radius in miles (default 25, used with lat/long)
stateNoTwo-letter state code (e.g. 'CA', 'TX')
Behavior4/5

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

With readOnlyHint=true, the safety profile is already provided. The description adds useful behavioral context by explaining the alternative search modes and the role of the `miles` parameter in geo searches, which is beyond what annotations provide. It does not disclose potential edge cases, but this is acceptable given the tool's simplicity.

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 concise and well-structured, with the purpose stated upfront, followed by search modes, context, and a useful example. Every sentence earns its place, and there is no redundancy or fluff.

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?

For a simple read-only search tool with no output schema, the description provides adequate context: it explains the purpose, search options, and gives an example. It does not cover what happens with conflicting parameters or the default behavior when no parameters are provided, but these are minor gaps for such a 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?

The input schema already provides 100% coverage with descriptions for all five parameters, so the baseline is 3. The description reinforces the alternative search modes but does not add substantial new meaning beyond the schema. The example is helpful but not essential.

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 function: 'Find car seat inspection stations near a location.' This is a specific verb-resource pair that uniquely identifies the tool and distinguishes it from sibling tools, as no other tool targets car seat inspection stations.

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 usage context by listing search methods ('by ZIP code, state, or geographic coordinates') and includes a concrete example. It does not explicitly mention alternatives or exclusions, but the context is sufficient for an agent to understand when to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server