read_health_data
Retrieve daily steps, sleep hours, and resting heart rate for any date range from your local health database.
Instructions
Read daily steps, sleep hours, and resting heart rate from the local health database.
This server is intentionally read-only by design (see README "Privacy model") — there is no corresponding write tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Last day to include, formatted YYYY-MM-DD. Defaults to today. | |
| start_date | No | First day to include, formatted YYYY-MM-DD. Defaults to 30 days before end_date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |