check_alerts
Check current glucose against urgent low, low, high, and urgent high thresholds to trigger real-time alerts when readings cross these levels.
Instructions
Check current glucose against alert thresholds.
Simple threshold check for real-time alerting.
Args:
urgent_low: Urgent low threshold (default 54)
low: Low threshold (default 70)
high: High threshold (default 180)
urgent_high: Urgent high threshold (default 250)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | ||
| high | No | ||
| urgent_low | No | ||
| urgent_high | No |