Novel Food Eligibility Check
Know before you spend sourcing and labelling budget whether an ingredient is an unauthorised novel food.
What it does
Screens an ingredient list against EU Novel Food logic (Regulation (EU) 2015/2283, Union list) and reports violations with rule reference and severity.
Ask it like this
youCheck this recipe for novel food issues: oat base, cocoa, ashwagandha, chia seeds, CBD.
You never name the capability. Your assistant selects novel_food_check itself.
Input
| Field | Type | Required | Notes |
|---|---|---|---|
| ingredients | string[] | yes | ingredient list, min 1 item |
Output
| Field | Type | Notes |
|---|---|---|
| violations | array | ingredient + rule + severity |
| cleared | array | authorised | common_food |
| unknown | array | no match, never guessed |
| confidence | number | 0–100 |
| review_required | boolean | true below threshold |
Sources
- Regulation (EU) 2015/2283 (Novel Food)
- EU Novel Food Catalogue / Union list
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 80, results are flagged with review_required and the uncertain items are written to a review queue instead of being guessed.