# Triathlon Pace Planner AI Agent Connect

> Strategic pacing, nutrition, and physiological planning for triathletes.

## Overview
- **Category:** planning
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_NPsvf322ML7HOQ9lfUs5RNE4eaRdJBCmAAHijo0G/ai-agent-connect
- **Tags:** triathlon, pacing, nutrition, athlete, performance

## Description

Triathlon Pace Planner connects AI agents to specialized triathlon modeling. It provides precise race duration estimates using `get_race_duration_estimate`, detailed effort breakdowns via `generate_pacing_strategy`, customized nutrition schedules through `calculate_nutrition_plan`, and physiological targets with `get_race_profile_metrics`.

## Tools

### generate_pacing_strategy
Provides a detailed breakdown of how the athlete should manage their effort throughout the race

### calculate_nutrition_plan
Determines the timing and volume of nutritional intake required to sustain performance

### get_race_duration_estimate
Calculates the expected time for each individual leg and the total estimated race time

### get_race_profile_metrics
Provides physiological metrics and intensity targets for the athlete to monitor

## Prompt Examples

**Prompt:** 
```
Estimate my time for a sprint triathlon where I swim at 50 m/min, bike at 30 km/h, and run at 10 min/km, with 5 minute transitions.
```

**Response:** 
```
Your estimated sprint triathlon time is 55 minutes, including 10 minutes for both transitions.
```

**Prompt:** 
```
What should my nutrition plan be for a 70.3 race lasting 5 hours if I weigh 75kg and the intensity is moderate?
```

**Response:** 
```
For a 5-hour race at moderate intensity, your target is 300g of carbohydrates and 2500ml of fluids.
```

**Prompt:** 
```
Give me a pacing strategy for an Olympic distance race with steady swim, threshold bike, and negative-split run.
```

**Response:** 
```
Your strategy involves a steady swim, a high-intensity threshold effort on the bike, and a progressive negative-split run to finish strong.
```

## Frequently Asked Questions

**How accurate are the race time estimates?**
Estimates are based on the athlete's provided speeds and the specific race distance. Using `get_race_duration_estimate` provides a calculated baseline including transition times.

**Can I plan my nutrition for an Ironman?**
Yes. By using `calculate_nutrition_plan`, you can determine the required carbohydrate and fluid intake based on your weight and the total race duration.

**How do I manage my effort levels?**
You can use `generate_pacing_strategy` to define specific effort levels like conservative, steady, or aggressive for each leg of the race.
