garmin_activity_trackpoints
Fetch chronological GPS trackpoints for a Garmin activity to inspect elevation, heart-rate drift, pacing, and climbs. Page through points with limit and offset.
Instructions
GPS trackpoints for an activity — lat/lon, altitude, distance, speed, HR, cadence, power, temperature, in chronological order.
Trackpoints are sampled ~1/second, so a 1-hour activity has ~3600 points.
Pass limit and offset to page through them; the response includes
total_count so callers know the full size.
Best for: elevation profile, HR drift over time, GPS track inspection, pacing analysis, climb segmentation. For aggregate stats (splits, zones, weather), prefer garmin_activity_detail — much smaller output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |