List Google Health Data Points
google_health_list_data_pointsQuery detailed data points from Google Health for types like steps or sleep, with optional filtering and pagination to control results.
Instructions
Query detailed data points for a Google Health data type. Use kebab-case endpoint data types, e.g. steps, sleep, heart-rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_type | No | Google Health data type in kebab case, e.g. steps, sleep, heart-rate, daily-resting-heart-rate. | steps |
| filter | No | Optional Google AIP-160 filter expression. Use snake_case field names in filters. | |
| page_size | No | ||
| page_token | No | ||
| privacy_mode | No | Optional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| privacy_mode | Yes | ||
| data | Yes |