Oura Daily Activity
oura_list_daily_activityRetrieve daily Oura activity summaries with date filters and pagination. Supports start/end dates via after/before parameters and cursor-based pagination.
Instructions
List daily Oura activity summaries. Supports start/end date filters through after/before and Oura cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only return Oura records after this time. Converted to an Oura start_date. | |
| before | No | Only return Oura records before this time. Converted to an Oura end_date. | |
| page | No | Oura page number. | |
| limit | No | Local page-size hint used for pagination safety. | |
| 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 OURA_PRIVACY_MODE or structured. raw returns upstream Oura JSON. summary minimizes sensitive health and profile details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| privacy_mode | Yes | ||
| count | Yes | ||
| records | Yes | ||
| next_page | No | ||
| has_more | Yes | ||
| pages_fetched | Yes |