# Workout Quality Index AI Agent Connect

> Quantify and analyze the multidimensional quality of your training sessions.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PV1eimdoUwb5T2wuyzqd2r4MdCdiXbJUnKByuVAg/ai-agent-connect
- **Tags:** workout, fitness-tracking, rpe, training-analysis, performance

## Description

This MCP server provides a comprehensive system to evaluate physical training performance through four core pillars: RPE, Volume, Technique, and Mental Focus. By using `get_workout_quality`, you can calculate a holistic quality score and identify specific improvement areas. You can also use `get_quality_trend` to track performance over time, `compare_session_to_baseline` to see how a session deviates from your norms, and `identify_bottlenecks` to isolate the primary factor dragging down your session quality.

## Tools

### compare_session_to_baseline
Determine how a single session's performance deviates from the user's established norms

### get_quality_trend
Analyze how workout quality has changed over a specific period

### get_workout_quality
Calculate the holistic quality score and detailed breakdown for a specific workout session

### identify_bottlenecks
Isolate which specific pillar is most significantly dragging down the total quality index

## Prompt Examples

**Prompt:** 
```
Calculate my workout quality for a session with RPE 8, 5000kg volume, 90 technique score, and 85 focus score.
```

**Response:** 
```
Your workout quality index is 88.5. Your technique and focus were excellent, effectively maximizing your volume.
```

**Prompt:** 
```
How has my workout quality trended from 2024-01-01 to 2024-01-31?
```

**Response:** 
```
Your workout quality has shown an upward trend with an average quality of 78 and low volatility.
```

**Prompt:** 
```
Compare my current quality index of 75 to my baseline of 80.
```

**Response:** 
```
Your session was Below Baseline, with a deviation of -5 points.
```

## Frequently Asked Questions

**How is the quality index calculated?**
The index is a composite value derived from RPE, volume, technique quality, and mental focus. High technique and focus scores act as multipliers for the effective volume.

**Can I see how my training is progressing over time?**
Yes, you can use the `get_quality_trend` tool to analyze how your workout quality has changed over a specific date range.

**What should I do if my quality score is low?**
You can use `identify_bottlenecks` to find the specific pillar--such as technique or focus--that is most significantly impacting your session quality.
