get_pace_curves
Get best pace outputs for distances like 400m to 10km from your runs and swims, aiding race predictions and fitness tracking. Optionally adjust for hills with grade-adjusted pace.
Instructions
Get pace curve data showing best efforts for various durations.
Analyzes pace data across running/swimming activities to find best pace outputs for different time durations (e.g., 400m, 1km, 5km, 10km).
Useful for tracking running fitness and race predictions. Can use Grade Adjusted Pace (GAP) to normalize for hills.
Args: days_back: Number of days to analyze (overrides time_period) time_period: Time period shorthand - 'week' (7 days), 'month' (30 days), 'year' (365 days), 'all' (all time). Default is 90 days. use_gap: Use Grade Adjusted Pace (GAP) for running to account for hills
Returns: JSON string with pace curve data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_gap | No | Use Grade Adjusted Pace (GAP) for running | |
| days_back | No | Number of days to analyze (optional) | |
| time_period | No | Time period shorthand: 'week', 'month', 'year', 'all' (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |