Log water
nourish_log_waterLog water intake in milliliters after explicit user intent to save hydration data. Optionally include timestamp and notes.
Instructions
Log local hydration in milliliters after explicit user intent. Pass explicit_user_intent: true after the user asks to save/log water.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| notes | No | ||
| amount_ml | Yes | Water amount in milliliters. Must be greater than 0. | |
| timestamp | No | ||
| response_format | No | json | |
| explicit_user_intent | No | Pass true only after the user explicitly asked to save, log, set, or delete this personal nutrition data. |