oura-fetch
Retrieve health metrics from Oura Ring, including sleep, activity, readiness, stress, heart rate, and tags, by specifying endpoint and date range.
Instructions
Fetch data from Oura Ring API endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The Oura API endpoint to fetch data from | |
| startDate | No | Start date in YYYY-MM-DD format | |
| endDate | No | End date in YYYY-MM-DD format | |
| startDateTime | No | Start datetime in ISO format with timezone (for heartrate endpoint) | |
| endDateTime | No | End datetime in ISO format with timezone (for heartrate endpoint) | |
| sleepPeriod | No | Whether to filter heart rate data to sleep periods only (requires additional sleep data fetch) | |
| tagName | No | Optional filter for specific tag name or keyword in comment |