add_hydration_data
Log hydration data by adding or subtracting milliliters of water intake, with optional date and timestamp.
Instructions
Add hydration/water intake data in milliliters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format (defaults to today) | |
| timestamp | No | Timestamp in ISO format YYYY-MM-DDTHH:MM:SS (optional) | |
| valueInMl | Yes | Amount of water in milliliters (positive to add, negative to subtract) |