get_activity_details
Fetch comprehensive activity details from Garmin Connect including splits, weather, HR zones, gear, and exercise sets for strength training.
Instructions
Get comprehensive details for a specific activity.
Fetch exactly the information you need about an activity with flexible detail options.
By default, includes splits, weather, HR zones, and gear. Exercise sets are only included when explicitly requested (useful for strength training).
When include_splits=True and the activity has only 1 lap, estimated km/mile splits will be computed based on average pace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | Activity ID | |
| include_splits | No | Include lap/split data | |
| include_weather | No | Include weather conditions | |
| include_hr_zones | No | Include heart rate zone data | |
| include_gear | No | Include gear information | |
| include_exercise_sets | No | Include exercise sets (for strength training) | |
| unit | No | Unit system: 'metric' or 'imperial' | metric |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |