append_diary_entry
Append a new espresso shot record to the diary after each extraction, logging tasting notes, grinder settings, yield, and observations in Markdown format.
Instructions
Append a new entry to the espresso shot diary. Call this after each shot to log tasting notes, grinder setting, yield, and observations. Use Markdown formatting matching the diary style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | Markdown content to append. Use this format: ## Shot N: <Profile Name> **Date:** <ISO datetime> **Coffee:** <coffee name> **Input:** <dose>g **Grinder:** <model> @ <setting> **Temperature:** <temp>°C **Yield:** <yield>g **Tasting Notes:** <notes> **Profile:** <profile name> **Notes:** <extraction observations> |