Rückrufe und Sicherheitswarnungen durchsuchen
Vor der Spezifikation und vor der Listung wissen, ob ein Rohstoff oder Lieferant schon einmal Gegenstand eines Rückrufs war, statt es beim Befund zu erfahren.
What it does
Durchsucht veröffentlichte Rückruf- und Schnellwarnregister nach einer Zutat, einem Produkt oder einer Gefahr und nennt, was zurückgezogen wurde, warum und von welcher Behörde.
Ask it like this
youHas anything been recalled for listeria that we should know about before we approve this dairy supplier?
You never name the capability. Your assistant selects recall_watch itself.
Input
| Field | Type | Required | Notes |
|---|---|---|---|
| query | string | yes | ingredient, pathogen or hazard, e.g. listeria, sesame, ethylene oxide |
| register | 'us_fda' | 'uk_fsa' | optional | which register to search, defaults to the US FDA enforcement reports |
Output
| Field | Type | Notes |
|---|---|---|
| matches | array | date, product, stated reason, hazard class, status |
| total_in_register | number | how many the register holds, so you can see if this is the whole answer |
| source | object | which register answered, and its licence |
| freshness | object | when it was fetched, and whether from cache |
| attribution | string | the credit the register licence requires |
Sources
- US FDA enforcement reports via openFDA (api.fda.gov), queried live
- UK Food Standards Agency food alerts (data.food.gov.uk), queried live
Who published this
Every capability is authored by one named publisher. You see who stands behind an answer, and you can take the conversation further with them directly.
fmcg.network Core Team
verifiedPlatform capabilities and reference implementations
Network team
What the assistant can offer next
How uncertainty is handled
This capability reports a confidence score with every answer. Below 70, results are flagged with review_required and the uncertain items are written to a review queue instead of being guessed.