health_sync
Sally skill ($0.001/call)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | UTC date YYYY-MM-DD. Default: today. | |
| include | No | Subset to return. Omit for the six daily-aggregate categories. `cgm_minute` (real-time, minute-base CGM samples) is opt-in only — it is NOT included in the default set because it returns high-volume minute-level data. | |
| max_days | No | Relative window size (days). Ignored if date_from is provided. Hard cap: 90. | |
| aggregate | No | When true, returns the same aggregated payload used for the morning-insights and metabolic-overview features. | |
| date_from | No | UTC date YYYY-MM-DD. Default: today - 7 days. | |
| cgm_minute_to | No | ISO datetime — end of the window. Default: now. | |
| cgm_minute_from | No | ISO datetime — start of the high-resolution CGM window. Default: now - 24h. | |
| cgm_minute_resolution | No | Sampling resolution for the cgm_minute series. `1m` returns raw rows (≤1440 = 1 day). Coarser buckets average value/roc inside each bucket — useful for longer windows. | 5m |