get_activities_between
Retrieve Strava activities within a specified date range using ISO 8601 formatted start and end dates to analyze training data and track fitness progress.
Instructions
Get Strava activities within a specific date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Start date (ISO 8601, e.g. 2025-01-01) | |
| before | Yes | End date (ISO 8601, e.g. 2025-12-31) |