Skip to main content
Glama

Search US product recalls

search_recalls
Read-only

Search FDA, USDA FSIS, and CPSC recalls by brand, company, free text, agency, class, status, and published date, newest first. Paid: send Authorization: Bearer rk_… or an x402 payment in params._meta["x402/payment"]. Priced per row returned (x402 upto). RecallRadar indexes public recall notices from the FDA, USDA FSIS, and CPSC. The official agency notice is the authoritative source. Always confirm details at the linked source before acting. source_url is authoritative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree text over product, reason, firm
limitNoRows to return. Paid per row returned.
sinceNopublished_at >= since
untilNopublished_at <= until
activeNoOngoing, or unknown for agencies without lifecycle status
agencyNo
brandsNoWhole-word match on normalized brand, firm, or product text
cursorNonext_cursor from the previous call
statusNo
classesNoRows without a class (CPSC) always match
companyNoCompany slug or name (firm, else brand)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond readOnlyHint=true, it discloses important behaviors: results are newest-first, calls are priced per row, payment can be sent via bearer token or x402, and the source notice is authoritative. It also adds a safety directive to confirm details at the linked source before acting.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose, then payment and authoritative-source caveats. It is reasonably tight, though the authoritative-source point is repeated in three consecutive sentences.

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?

Given 11 optional parameters and no output schema, the description provides enough context for an agent to invoke it correctly: agencies, search axes, ordering, payment, and authoritative-source guidance are all present. It does not describe the full response shape, but that is a smaller gap given the rich filter documentation.

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 description coverage is 82%, so the structured schema already documents most parameters. The description adds only light semantic value by summarizing filter axes, though it does clarify that source_url is authoritative and that limit affects pricing.

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 names a specific verb and resource ('Search FDA, USDA FSIS, and CPSC recalls'), lists concrete filters, and is clearly distinct from siblings like get_recall or list_agencies. It is unambiguous about what kind of lookup this is.

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?

It conveys a clear use case: searching across multiple consumer product/food recall sources with rich filtering. It does not explicitly say 'use get_recall for a single known recall', but the search-focused wording is enough to route agent selection away from the siblings.

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