Ricerca di richiami e allerte sanitarie
Sapere prima della specifica e prima del listing se una materia prima è già stata oggetto di un richiamo, invece di scoprirlo al momento dell analisi.
What it does
Interroga i registri pubblici di richiami e allerte per un ingrediente, un prodotto o un pericolo, e riporta cosa è stato ritirato, perché e da quale 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.