List Apple Health Records
apple_health_list_recordsRetrieve Apple Health records from your export file by applying type, date range, and limit filters to get exactly the data you need.
Instructions
List bounded records from a local Apple Health export.xml. Use type/start/end filters to keep output small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Optional ISO date/time upper bound. | |
| type | No | Apple Health record type, e.g. HKQuantityTypeIdentifierStepCount. | |
| limit | No | ||
| start | No | Optional ISO date/time lower bound. | |
| privacy_mode | No | ||
| response_format | No | markdown | |
| incremental_cache | No | When true and `type` is set, skip records already seen in a previous call (per-category cache at ~/.apple-health-mcp/incremental-cache.json). Cache auto-invalidates when the export file mtime changes. |