Get the connected athlete profile
get_my_athleteReturns the signed-in athlete's profile (age, sex, weight, VO₂max, marathon PR, biomechanics) plus derived HR zones. Use this once at the start of a coaching conversation so subsequent calculations can be personalised. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Data source identifier. | |
| message | No | Guidance message if no profile exists. | |
| profile | Yes | Athlete profile (age, sex, weight, VO₂max, marathon PR, biomechanics) or null. | |
| derivedZones | No | HR training zones derived from profile. |