Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

cpsc_recall_search

Read-only

Search CPSC consumer product recalls by product, manufacturer, hazard, or date range to identify safety issues and inform protective actions.

Instructions

Search CPSC consumer product recalls by product name, manufacturer, hazard, date range, or recall number. All parameters are optional — use at least one to filter results. Date parameters use MM/DD/YYYY format.

Example: product_name='stroller', manufacturer='Fisher-Price', hazard='choking'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hazardNoHazard keyword: 'choking', 'fire', 'burn', 'laceration'
manufacturerNoManufacturer name: 'Fisher-Price', 'IKEA'
product_nameNoProduct name keyword: 'stroller', 'battery', 'toy'
product_typeNoProduct type/category
recall_titleNoSearch within recall titles
recall_numberNoRecall number (e.g. '23-123')
recall_date_endNoEnd date for recall date range (MM/DD/YYYY)
recall_date_startNoStart date for recall date range (MM/DD/YYYY)
last_publish_date_endNoEnd date for last publish date range (MM/DD/YYYY)
last_publish_date_startNoStart date for last publish date range (MM/DD/YYYY)
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds useful context about the date format (MM/DD/YYYY) and the requirement to use at least one filter, but does not disclose other behavioral traits such as pagination, result limits, or output structure. This is consistent with the calibration example where a similar level of added context merits a 3.

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, front-loaded with the primary purpose, and includes an example in just a few lines. Every sentence contributes value without redundancy or unnecessary detail.

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 search tool with 10 optional parameters and no output schema, the description covers the search criteria, date format, and usage example. It does not describe the return format or pagination, but the purpose is clear and the annotations provide safety context. Given the complexity, the description is nearly complete but could benefit from a note on what the response contains.

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 provides 100% coverage with descriptions for all 10 parameters. The description adds a high-level summary of parameter categories and an example, but does not add substantial meaning beyond what the schema already provides. Thus 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 clearly states the tool searches CPSC consumer product recalls and lists specific searchable attributes (product name, manufacturer, hazard, date range, recall number). This distinguishes it from sibling tools like cpsc_recall_detail (which likely retrieves a specific recall) and cpsc_penalty_search (which searches penalties).

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 context for use: it's a search tool with optional filters and requires at least one parameter. It includes an example demonstrating parameter combinations. However, it does not explicitly mention alternatives like cpsc_recall_detail for when a specific recall number is known, though the distinction is implied.

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