Strava Route
strava_get_routeRetrieve Strava route details by ID, with summary, structured, or raw modes to control GPS and map data disclosure.
Instructions
Get route details by id. Summary/structured modes avoid full route geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Strava resource id. | |
| 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 | |
| explicit_user_intent | No | Required true when privacy_mode=raw or include_gps=true (agent escalation of redaction). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| endpoint | Yes | ||
| privacy_mode | Yes |