# Swimming Pace & CSS Calculator AI Agent Connect

> Calculate precise swimming splits, pacing, and Critical Swim Speed (CSS).

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nfArNda3ZgmG0VrWVsMON4NzFO8fv7S2zjHVs5Ag/ai-agent-connect
- **Tags:** swimming, pacing, training, css, athlete

## Description

A deterministic utility for swimmers to plan training sessions. Use `calculate_pace_and_splits` to determine required pace per 100 units, exact split times for every pool length, and total turn counts. Use `calculate_css` to estimate your aerobic threshold based on test times. The tool accounts for stroke-specific drag coefficients for freestyle, backstroke, breaststroke, and butterfly to ensure accurate pacing.

## Tools

### calculate_css


### calculate_pace_and_splits


### validate_swimming_parameters


## Prompt Examples

**Prompt:** 
```
Calculate the splits for a 400m freestyle swim in a 25m pool with a target time of 05:00.
```

**Response:** 
```
For a 400m freestyle in a 25m pool with a 05:00 target, your pace per 100m is 01:15. You will perform 15 turns, and your splits are: 00:15, 00:30, 00:45, 01:00, 01:15, 01:30, 01:45, 02:00, 02:15, 02:30, 02:45, 03:00, 03:15, 03:30, 03:45, 04:00, 04:15, 04:30, 04:45, 05:00.
```

**Prompt:** 
```
What is my CSS if my 3000m time was 45:00 and my 400m time was 06:00?
```

**Response:** 
```
Your calculated Critical Swim Speed (CSS) pace is 01:30 per 100m.
```

**Prompt:** 
```
Can I swim 100m in a 50m pool?
```

**Response:** 
```
Yes, 100m is a multiple of 50m, so the distance and pool length are compatible.
```

## Frequently Asked Questions

**How do I calculate my splits for a specific distance?**
You can use the `calculate_pace_and_splits` tool by providing the total distance, your target time, the stroke type, and the pool length.

**What is Critical Swim Speed (CSS)?**
CSS is an estimate of your aerobic threshold. You can calculate it using `calculate_css` by inputting your 3000m and 400m test times.

**Does the tool account for different swimming strokes?**
Yes, the tool applies specific drag coefficients for freestyle, backstroke, breaststroke, and butterfly to adjust pacing requirements.
