Skip to main content
Glama

Fda Device Recalls

fda_device_recalls
Read-onlyIdempotent

Search FDA medical-device recall records by firm, product, product code, K number, status, or date. A recall record describes a correction/removal action and does not by itself establish patient harm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firmNoRecalling firm substring.
limitNoResults (1-100, default 20).
queryNoProduct or reason text.
statusNoRecall status, e.g. Ongoing or Terminated.
k_numberNoExact related K number.
from_dateNoEarliest posted date, YYYY-MM-DD.
product_codeNoExact FDA product code.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
sourceYes
recallsYes
returnedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "firm": "Medtronic",
      -    "from_date": "2025-01-01",
      -    "limit": 10
      -  }
      -]New value: +[
      +  {
      +    "limit": 10,
      +    "query": "insulin pump"
      +  },
      +  {
      +    "from_date": "2026-07-12",
      +    "limit": 20
      +  },
      +  {
      +    "firm": "Medtronic",
      +    "from_date": "2025-01-01",
      +    "limit": 10
      +  }
      +]
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds meaningful context beyond annotations: recall records are correction/removal actions and do not alone prove patient harm. This is valuable interpretive context, though it doesn't disclose pagination or rate limits, which are largely covered by schema and output schema.

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 two short sentences, clearly front-loaded with the core action and search fields, followed by a vital caveat. Every word adds value; there is no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 7 parameters all fully documented in the schema, an output schema, and robust annotations, the description only needs to convey the high-level purpose and any interpretive caveats – both of which it does. It provides enough context for an agent to select it appropriately among many FDA device siblings.

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?

Schema coverage is 100% with each parameter described (e.g., 'Recalling firm substring', 'Product or reason text'), so the baseline is 3. The description lists the fields but does not add significant new meaning beyond what the schema already provides; it merely groups them into a readable summary, so no lift above baseline.

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 starts with 'Search FDA medical-device recall records' – a specific verb and resource – and enumerates the searchable dimensions (firm, product, product code, K number, status, date). It clearly differentiates from sibling tools like fda_device_adverse_events and fda_device_510k_search by centering on recall records, and the additional sentence about correction/removal actions clarifies the domain.

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 gives clear context that this tool searches recall records, and the caveat 'does not by itself establish patient harm' implicitly tells users not to use this for harm claims. However, it does not explicitly name alternative tools or provide when-not-to-use exclusions, so it falls short of full explicit guidance.

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.