Log water
nourish_log_waterLog water intake in milliliters when you ask to save hydration data. Records amount, timestamp, and optional notes for daily tracking.
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 |
|---|---|---|---|
| amount_ml | Yes | Water amount in milliliters. Must be greater than 0. | |
| timestamp | No | ||
| date | No | ||
| notes | No | ||
| explicit_user_intent | No | Pass true only after the user explicitly asked to save, log, set, or delete this personal nutrition data. | |
| response_format | No | json |