mfp_set_water
Log daily water intake in cups for any date, with today as the default if no date is provided.
Instructions
Log water intake for a specific date.
Sets the number of cups of water consumed for the day. MyFitnessPal uses cups as the unit (1 cup = ~237ml).
Args: params: SetWaterInput containing: - cups (float): Number of cups of water (e.g., 2.5 for 2.5 cups) - date (str, optional): Date in YYYY-MM-DD format, defaults to today
Returns: str: Confirmation message with the logged water amount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |