health_export_get_metrics
Get raw Apple Health metrics for a specified date range to analyze specific data and perform custom calculations.
Instructions
Get raw health metrics data for a specific date range. Use this when you need to analyze specific metrics or perform custom calculations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Specific metrics to retrieve (optional). If not provided, returns all available metrics. | |
| end_date | Yes | End date (YYYY-MM-DD format) | |
| start_date | Yes | Start date (YYYY-MM-DD format) |