Fitbit Heart Rate Intraday
fitbit_get_heart_intradayFetch raw heart-rate intraday data for a given date, including optional time windows and sampling intervals (1sec to 15min). Designed for personal Fitbit data access.
Instructions
Get raw heart-rate intraday samples for a date. For agent work prefer fitbit_heart_series (agent-safe-series/v1 with hard point caps and exact stats). Personal apps can access their own intraday data; third-party apps may require Fitbit approval. Requires heartrate scope. Not medical advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date as yyyy-MM-dd or today. ISO date-times are accepted and reduced to the written calendar day. | today |
| end_time | No | Optional HH:mm end time. | |
| start_time | No | Optional HH:mm start time. | |
| detail_level | No | 1min | |
| privacy_mode | No | Optional per-call privacy override. Defaults to FITBIT_PRIVACY_MODE or structured. raw returns upstream Fitbit JSON. summary removes GPS/map details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| endpoint | Yes | ||
| privacy_mode | Yes |