List intake
nourish_list_intakeRetrieve food intake logs filtered by date, meal type, tag, source, or confidence. Returns most recent entries first.
Instructions
List local intake entries with optional filters: date OR since/until range, meal_type, tag, source_trace, min_confidence, limit. All filters AND together. Returns most-recent-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to entries that have this tag (case-sensitive). | |
| date | No | Single-day filter. Mutually exclusive with since/until. | |
| limit | No | Max entries to return (most recent first). Defaults to all matching. | |
| since | No | Start of date range (inclusive). Use with `until` for multi-day queries. | |
| until | No | End of date range (inclusive). | |
| meal_type | No | Filter to a single meal type. | |
| 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 |
| source_trace | No | Filter by how the entry was created. | |
| min_confidence | No | Only return entries whose confidence is >= this value (e.g. 0.7). | |
| response_format | No | json |