Strava Clubs
strava_list_clubsList clubs joined by the authenticated Strava athlete. Use pagination and date filters to locate specific clubs while privacy settings control data exposure.
Instructions
List clubs joined by the authenticated athlete.
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 |