add_biometric
Record biometric measurements like weight, blood glucose, heart rate, or body fat percentage in Cronometer for health tracking and analysis.
Instructions
Add a biometric entry to Cronometer.
Supported metric types: weight (lbs), blood_glucose (mg/dL), heart_rate (bpm), body_fat (%).
Args: metric_type: One of 'weight', 'blood_glucose', 'heart_rate', 'body_fat'. value: The value in display units (lbs, mg/dL, bpm, %). entry_date: Date as YYYY-MM-DD.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_type | Yes | ||
| value | Yes | ||
| entry_date | Yes |