This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
search_food_recalls
InactiveTool of fda
declared in 0.1.0
Search FDA food recall records for product recalls, reasons, distribution areas, and status. Returns recall details and enforcement information. Use to check product safety or recall history.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"query": "spinach"
},
{}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query (e.g., a product name, company, or reason for recall). Omit to get recent recalls."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
fda
https://github.com/pipeworx-io/mcp-fda
1/7 registries