Set last made
set_recipe_last_madeUpdate a recipe's last-cooked date in Mealie to track cooking history and sort by recency.
Instructions
Records when a recipe was last cooked. Mealie shows this on the recipe and sorts by it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| timestamp | Yes | When it was made, e.g. 2026-08-18 or 2026-08-18T19:30:00Z |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | ||
| last_made | Yes | ||
| truncated | No | Present only when entries were dropped to fit the budget. |