# Running Mileage 10% Rule MCP for AI Agents AI Agent Connect

> Running Mileage 10% Rule helps you build a safe training schedule without overdoing it. It uses the standard 10% growth rule and a 12% volatility cap to ensure your mileage increases don't lead to common overuse injuries. It's built for anyone trying to hit a target distance while keeping their body intact.

## Overview
- **Category:** training
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0WmTnGtqhH4lHERFbFrdJCpebof9SfqmFOxgkuj5/ai-agent-connect
- **Tags:** running, fitness, training, injury-prevention, mileage

## Description

Running Mileage 10% Rule helps you build a safe training schedule without overdoing it. Most runners struggle with how much to add each week, often guessing or jumping too far and ending up sidelined by injury. This Connector takes the guesswork out of your progression. You can tell your agent where you're starting and where you want to go, and it will map out a week-by-week schedule that respects your body's limits. It's one of the specialized tools available in the Vinkius catalog that turns raw goals into a structured, safe path. Instead of just hoping for the best, you get a data-backed plan that accounts for safe growth and prevents sudden spikes in volume.

## Tools

### calculate_next_step
The calculate_next_step tool determines your safest mileage for next week. It ensures you don't overtrain.

### generate_mileage_plan
The generate_mileage_plan tool builds a full week-by-week training schedule. It maps your path to a target goal.

### validate_transition_safety
The validate_transition_safety tool audits a specific mileage increase. It checks if the jump is safe for your body.

## Prompt Examples

**Prompt:** 
```
I'm currently running 20km a week and want to hit 40km in 10 weeks. Can you make a plan?
```

**Response:** 
```
### Your 10-Week Progression Plan

To reach your 40km goal safely, here is your week-by-week mileage schedule based on the 10% growth rule:

| Week | Mileage | | Week | Mileage |
| :--- | :--- | :--- | :--- | :--- |
| 1 | 20km | | 6 | 28km |
| 2 | 22km | | 7 | 31km |
| 3 | 24km | | 8 | 34km |
| 4 | 26km | | 9 | 37km |
| 5 | 28km | | 10 | 40km |

*This plan follows a steady growth curve to minimize injury risk.*
```

**Prompt:** 
```
Is it okay if I try to run 35km this week? I did 30km last week.
```

**Response:** 
```
### Safety Check

No, a jump from 30km to 35km is a **16.7% increase**. 

This exceeds the **12% safety limit** for sudden jumps. To stay safe and avoid overuse injuries, I recommend a target of **33.6km** for this week.
```

**Prompt:** 
```
How many kilometers should I run next week if I did 15km this week?
```

**Response:** 
```
### Next Week's Target

Based on your current volume of 15km, your recommended mileage for next week is **16.5km**.

This follows the 10% growth rule to keep your progression steady.
```

## Capabilities

### Create a multi-week training schedule
Generate a week-by-week plan to hit a specific mileage goal.

### Check if a mileage jump is safe
Audit a proposed increase to see if it exceeds safety limits.

### Get your next weekly target
Calculate the exact mileage you should hit next week.

### Audit training plans
Verify if a proposed training progression follows safety rules.

## Use Cases

### Safe Marathon Prep
A runner wants to go from 10k to a half marathon without getting injured. They ask their agent to build a 12-week plan using generate_mileage_plan.

### Quick Coaching Audits
A coach needs to quickly verify if a client's proposed jump from 30k to 40k is too fast. They use validate_transition_safety to check the math.

### Weekly Mileage Check
A runner finished a hard week and needs to know how much to dial back or push forward next week. They use calculate_next_step to get the number.

### Content Creation
A fitness blogger wants to generate a 12-week mileage progression for a new training guide. They use generate_mileage_plan to get the data.

## Benefits

- Stop guessing your weekly volume with generate_mileage_plan to get a clear roadmap.
- Avoid common overuse injuries by letting validate_transition_safety flag risky jumps.
- Keep your training consistent with calculate_next_step providing a single, clear target each week.
- Save time on coaching by letting your agent build full training schedules in seconds.
- Build confidence in your progression by sticking to a plan that respects the 10% rule.
- Reduce the risk of injury by maintaining a strict 12% volatility cap on all jumps.

## How It Works

The bottom line is it turns your running goals into a science-based roadmap to prevent injuries.

1. Tell your agent your current weekly mileage and your final goal.
2. The Connector calculates a progression path based on safe growth limits.
3. You get a clear, week-by-week schedule to follow.

## Frequently Asked Questions

**How does the Running Mileage 10% Rule help me stay healthy?**
It prevents you from increasing your running volume too quickly. By sticking to a 10% weekly growth limit, you give your muscles and joints time to adapt, which significantly lowers the risk of common overuse injuries like shin splints.

**Can I use the Running Mileage 10% Rule for a marathon plan?**
Yes, it's perfect for that. You can input your current base mileage and your marathon goal, and the system will map out a safe progression to help you reach that peak volume without burning out.

**What happens if I miss a week of training?**
You can simply tell your agent what you ran last week, and it will recalculate your next step. It adjusts the math to ensure your next jump is still safe based on your most recent actual data.

**Is the 12% volatility cap important for my running?**
Yes, it's a safety net. While the 10% rule is the goal, the 12% cap ensures that even if you need to push a bit harder, the increase isn't so sudden that it puts your body at risk of injury.

**How do I know if my mileage jump is safe?**
You can ask your agent to check any specific jump. It will compare your current mileage to your proposed goal and tell you immediately if the percentage increase is within safe limits.

**Can this Connector help me train for a 10k race?**
Absolutely. Whether you're training for a 5k, a 10k, or a marathon, the tool works by calculating safe mileage increments to get you to your specific target distance safely.

**How does the 10% rule work?**
It increases weekly mileage by 10% each week to allow for physiological adaptation. You can use `calculate_next_step` to see your next step.

**What is the volatility cap?**
To prevent large jumps due to rounding, any increase exceeding 12% is capped. Use `validate_transition_safety` to check any jump.

**Can I generate a full training plan?**
Yes, use `generate_mileage_plan` with your starting and target mileage to get a complete weekly schedule.