get_wellness
Retrieve wellness metrics for a specific date to examine physiological data such as sleep, resting heart rate, and HRV. Use for single-day insights.
Instructions
Fetch wellness record for a specific date.
Use when examining a single day's physiological metrics. To list metrics across multiple days, use list_wellness.
Args: date: Date string in YYYY-MM-DD format. athlete_id: Athlete ID (defaults to "0").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date string in YYYY-MM-DD format. | |
| athlete_id | No | Athlete ID (defaults to '0' for authenticated athlete). | 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |