Get Activity Streams
strava_get_activity_streamsRetrieve Strava activity data streams like heartrate, cadence, and watts. Control GPS and privacy settings with per-call overrides.
Instructions
Get Strava activity streams such as time, distance, heartrate, cadence, watts and altitude. GPS latlng is withheld unless include_gps=true or privacy_mode=raw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Strava activity id. | |
| keys | No | Stream keys to request. latlng is withheld unless privacy_mode=raw or include_gps=true. | |
| resolution | No | Optional Strava stream resolution. | |
| include_gps | No | Allow latlng stream in structured output. Raw mode always returns requested upstream payload. | |
| 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 |