clear_metric
Clear a single day's metric to null when a value is wrong, such as a misplaced mood or weight with incorrect units. Correct inaccurate health data without affecting other metrics.
Instructions
Blank out (set to null) a single metric for a single day, without touching that day's other metrics. The counterpart to log_daily_metric for undoing a bad value — e.g. a mood logged for the wrong day, or a weight entered with the wrong units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The day to clear a field for, formatted YYYY-MM-DD. | |
| field | Yes | Which metric to blank out. One of: steps, sleep_hours, resting_heart_rate, weight_kg, workout_minutes, mood, water_ml. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |