get_heart_rate
Obtain heart rate data for a specified time period (1d, 7d, 30d, etc.) ending today or on a given date.
Instructions
Get the raw JSON response for heart rate data from Fitbit for a specified period ending today or on a specific date. Requires a 'period' parameter such as '1d', '7d', '30d', '1w', '1m' and optionally accepts 'date' parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | The time period for which to retrieve heart rate data. | |
| date | No | The date for which to retrieve heart rate data (YYYY-MM-DD or 'today'). Defaults to 'today'. |