product_recalls
ActiveTool of ai.dynamicfeed/dynamic-feed
US product recalls — food, drug & medical-device enforcement reports (openFDA, keyless, CC0). `category` = all | food | drug | device; `query` matches the product description. Most-recent first; Class I = most serious. Use for "is product/brand X recalled right now". Informational — confirm against the official FDA recall notice. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "product_recallsArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 20
},
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"category": {
"type": "string",
"title": "Category",
"default": "all"
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries