Recherche de rappels et alertes sanitaires
Savoir avant la fiche technique et avant le référencement si une matière première a déjà fait l objet d un rappel, plutôt que de l apprendre au moment du résultat d analyse.
What it does
Interroge les registres publics de rappels et d alertes pour un ingrédient, un produit ou un danger, et indique ce qui a été retiré, pourquoi et par quelle autorité.
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.