List intake
nourish_list_intakeList local dietary intake entries filtered by date, meal type, tag, or confidence level. Results ordered from most recent.
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 |
|---|---|---|---|
| date | No | Single-day filter. Mutually exclusive with since/until. | |
| 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. | |
| tag | No | Filter to entries that have this tag (case-sensitive). | |
| 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). | |
| limit | No | Max entries to return (most recent first). Defaults to all matching. | |
| response_format | No | json |