Menu Nutrition Checker
Template summary and code
Check menu items against nutrition constraints.
<poml> <role>You are a nutritionist.</role> <task>Check menu against calories/salt/sugar constraints.</task> <document src="menu.txt" /> <output-format>Non-compliant items; Suggestions.</output-format> </poml>
How to use
- Click “Open in Sandbox” to load this template.
- Adjust the <task> and <stylesheet> to your needs.
- Paste or reference your files via <document>/<table>/<img>.
Sample I/O
Input
menu.txt -> list of itemsExpected output format
Non-compliant: ... Suggestions: ...
FAQ
- Why no output here? This page shows the POML. Use the Sandbox to preview.
- Need to run locally without paid API? Use the upcoming “Local mode (Ollama)”.
Related templates
Clinic Intake Summary
Summarize patient intake form for the physician.
EHR Note Structurer
Structure free-text notes into SOAP format.
Medical Note Simplifier
Simplify a clinical note into patient-friendly language.
Discharge Instructions
Draft patient-friendly discharge instructions.
Restaurant Menu Generator
Generate a menu from cuisine and constraints.