Clear Apple Health Incremental Import Cache
apple_health_clear_incremental_cacheClear the incremental cache to force a full re-parse of Apple Health export data on the next list records call. Use when you need to re-read all records without modifying the export file.
Instructions
Manually clear the incremental import cache at ~/.apple-health-mcp/incremental-cache.json. The cache tracks the latest parsed timestamp per HealthKit category so subsequent apple_health_list_records calls (with incremental_cache: true) skip already-seen records. Use this when you want to force a full re-parse without changing the export file. The cache also auto-invalidates when the export file mtime changes. Gated by explicit_user_intent: true (requires explicit user intent to wipe local cache).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |