Add a timeline entry
create_timeline_eventLog a note to a recipe's timeline, such as a cooking experience or meal review, to document the outcome.
Instructions
Adds an entry to a recipe's timeline — typically a note about having cooked it and how it turned out. Pair it with set_recipe_last_made, which is what the recipe view sorts on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| message | No | The note itself | |
| subject | Yes | Short headline, e.g. "Cooked it" | |
| timestamp | No | When it happened; defaults to now |