get_wellness_data
Retrieve wellness metrics for an athlete from Intervals.icu using athlete ID, API key, and date range parameters to access fitness data.
Instructions
Get wellness data for an athlete from Intervals.icu
Args: athlete_id: The Intervals.icu athlete ID (optional, will use ATHLETE_ID from .env if not provided) api_key: The Intervals.icu API key (optional, will use API_KEY from .env if not provided) start_date: Start date in YYYY-MM-DD format (optional, defaults to 30 days ago) end_date: End date in YYYY-MM-DD format (optional, defaults to today)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| athlete_id | No | ||
| api_key | No | ||
| start_date | No | ||
| end_date | No |