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.
number
required
Activity ID (from get_recent_runs or get_personal_records)
get_activity_splits
Get per-mile splits for a running activity.
number
required
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.
string
Optional: filter to a specific date (YYYY-MM-DD)
string
Optional: start of date range (ISO 8601)
number
Number of recent runs to return (max 50) Defaults to
10.number
Page number for pagination. Combine with limit to page through longer windows. Defaults to
1.string
Optional: end of date range (ISO 8601)