Strava Routes
strava_list_routesRetrieve Strava routes for the authenticated athlete. GPS/map geometry is redacted unless raw mode is requested.
Instructions
List authenticated athlete routes. GPS/map geometry is redacted unless raw mode is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Strava page number. | |
| after | No | Only return activities after this time. Converted to Strava epoch seconds. | |
| limit | No | Strava per_page value. Strava allows up to 200. | |
| before | No | Only return activities before this time. Converted to Strava epoch seconds. | |
| all_pages | No | Fetch multiple pages up to max_pages. | |
| max_pages | No | Maximum pages to fetch when all_pages is true. | |
| 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 |
|---|---|---|---|
| count | Yes | ||
| records | Yes | ||
| endpoint | Yes | ||
| has_more | Yes | ||
| next_page | No | ||
| privacy_mode | Yes | ||
| pages_fetched | Yes |