Nourish demo
nourish_demoGet synthetic sample payloads for food search, meal estimation, and daily summary to verify response contracts before making real calls.
Instructions
Returns synthetic example payloads of nourish_search_food, nourish_estimate_meal, and nourish_daily_summary so agents see the contract before any real call. Shapes are verified against the real pipelines by scripts/demo-contract-test.mjs, so they are safe to write a parser against; inputs shows the call that produced each sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy_mode | No | summary = high-level totals without item detail; structured = default full JSON-friendly fields; raw = same as structured for this local store (parity). | structured |
| response_format | No | json |