Skip to main content
Glama
lzinga

US Government Open Data MCP

fda_drug_recalls

Search FDA drug recall enforcement reports to identify recalled drugs by classification, company, or reason for recall.

Instructions

Search FDA drug recall enforcement reports. Find recalled drugs by classification (Class I=most serious), company, or reason.

Example searches:

  • 'classification:"Class I"' — most dangerous recalls

  • 'recalling_firm:"Pfizer"' — recalls by Pfizer

  • 'reason_for_recall:listeria' — recalls due to listeria

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoOpenFDA search query. Examples: 'field:value', 'field:"Exact Phrase"', 'field:[20200101+TO+20231231]', '_exists_:field'. Combine with '+AND+', '+OR+', '+NOT+'.
limitNoMax results (default 10, max 100)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that this is a search/query tool (implying read-only behavior) and provides examples of search syntax, which adds useful context. However, it does not mention rate limits, authentication needs, pagination behavior, or error handling, leaving gaps for a tool with no annotation coverage.

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 efficiently structured: a clear purpose statement, key search dimensions, and three specific examples. Every sentence earns its place with no redundant or vague language, making it easy to scan and understand.

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 the tool's moderate complexity (search with two parameters), no annotations, and no output schema, the description does a good job covering purpose, usage, and parameter examples. However, it lacks details on output format (e.g., what fields are returned) and behavioral aspects like rate limits, which would be helpful for full completeness.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already fully documents both parameters. The description adds value by providing concrete search examples (e.g., 'classification:"Class I"') that illustrate how to use the 'search' parameter effectively, going beyond the schema's generic description.

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 purpose with specific verbs ('Search', 'Find') and resources ('FDA drug recall enforcement reports', 'recalled drugs'). It distinguishes itself from siblings by focusing specifically on drug recalls, unlike other FDA tools like fda_device_recalls or fda_food_recalls.

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 on when to use this tool by listing example search scenarios (classification, company, reason). However, it does not explicitly state when not to use it or name alternative tools for related queries (e.g., fda_device_recalls for device recalls).

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/lzinga/us-government-open-data-mcp'

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