Withings Sleep Summaries
withings_list_sleep_summaryFetch sleep summaries from Withings with common sleep fields. Filter by date range, paginate, and choose privacy level for results.
Instructions
List Withings sleep summaries with common sleep fields. Requires user.activity scope. Not medical advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Withings page number. | |
| after | No | Only return Withings records after this time. Converted to an Withings start_date. | |
| limit | No | Local page-size hint used for pagination safety. | |
| before | No | Only return Withings records before this time. Converted to an Withings end_date. | |
| all_pages | No | Fetch multiple pages up to max_pages. | |
| max_pages | No | Maximum pages to fetch when all_pages is true. | |
| privacy_mode | No | Optional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| records | Yes | ||
| endpoint | Yes | ||
| has_more | Yes | ||
| next_page | No | ||
| privacy_mode | Yes | ||
| pages_fetched | Yes |