You're viewing a demo portfolio

Join the waitlist
PRSM

fda_recall_facility_trace

Active

Tool of FDA Data MCP

declared in 0.1.0

Trace a recall to its candidate manufacturing facility with explicit confidence levels. Matches by firm name, NDC lookup, and facility registration data. Returns the recall details, matched facility candidates with FEI numbers and confidence scores, and match methodology. Provide either recall_number (from fda_search_enforcement or fda_ires_enforcement) OR firm (+ optional product) to resolve the best-matching recall automatically. Related: fda_get_facility (full detail for matched FEI), fda_inspections (inspection history for matched FEI), fda_compliance_actions (warning letters for matched FEI).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "firm": {
      "type": "string",
      "maxLength": 500,
      "description": "Recalling firm name (fuzzy). Convenience path: resolves the best-matching recall when recall_number is omitted."
    },
    "product": {
      "type": "string",
      "maxLength": 500,
      "description": "Optional product keyword to narrow firm-based resolution (matches product_description)."
    },
    "recall_number": {
      "type": "string",
      "maxLength": 500,
      "description": "Recall number (preferred). If omitted, provide firm to auto-resolve."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FDA Data MCP

https://github.com/medley/fda-data

1/7 registries
View full server →
fda_recall_facility_trace — FDA Data MCP — PRSM MCP