list_frozen_recipes
Check freezer inventory: returns active frozen recipe entries with counts, servings, and freeze dates. Optionally include consumed history to see past items.
Instructions
List what's in the freezer. Each entry: { id, recipe_id, count, servings, frozen_on }. By default only returns active entries (count > 0); pass include_consumed=true to also see history (the API soft-deletes by zeroing the count rather than removing the row).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_consumed | No |