get_activity_details
Get detailed information about a specific running activity by ID, including distance, pace, heart rate, elevation, calories, and a Strava resource link.
Activity ID (from get_recent_runs or get_personal_records)
get_activity_splits
Get per-mile splits for a running activity.
Activity ID (from get_recent_runs or get_personal_records)
get_personal_records
Get personal running records (PRs) from Strava — fastest times at standard distances like mile, 5K, 10K, half marathon, marathon.
This tool takes no parameters.
get_recent_runs
Get recent running activities from Strava.
Optional: filter to a specific date (YYYY-MM-DD)
Optional: start of date range (ISO 8601)
Number of recent runs to return (max 50) Defaults to
10.Page number for pagination. Combine with limit to page through longer windows. Defaults to
1.Optional: end of date range (ISO 8601)