Get Authenticated Athlete
strava_get_athleteRetrieve the authenticated Strava athlete profile with optional privacy controls for GPS and map data. Choose between summary, structured, or raw JSON output.
Instructions
Get the authenticated Strava athlete profile. Requires read/profile scope depending on requested fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy_mode | No | Optional per-call privacy override. Defaults to STRAVA_PRIVACY_MODE or structured. raw returns upstream Strava JSON. summary removes GPS/map details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| endpoint | Yes | ||
| privacy_mode | Yes |