# Symmetry Score Calculator AI Agent Connect

> Evaluate muscle symmetry and identify physical imbalances.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_sspjtPZ7RDMCcwjxgV6IYId5byGqAx3TVYz4fOXF/ai-agent-connect
- **Tags:** muscle, symmetry, fitness, training, bodybuilding

## Description

This MCP server provides tools to analyze physical muscle symmetry by comparing left and right side measurements. Use `calculate_symmetry_metrics` to find the percentage difference and symmetry score for specific muscle groups. You can then use `identify_imbalance_severity` to classify the imbalance, `get_priority_imbalances` to find the most critical areas, and `recommend_corrections` to receive specific training strategies like unilateral training.

## Tools

### calculate_symmetry_metrics
Calculates the core mathematical relationship between left and right muscle measurements

### get_priority_imbalances
Evaluates a collection of muscle group results to find which imbalances are most critical

### recommend_corrections
Provides specific training strategies based on the calculated severity of an imbalance

### identify_imbalance_severity
Classifies the detected difference into actionable severity categories

## Prompt Examples

**Prompt:** 
```
Calculate the symmetry for my biceps. Left is 35cm, right is 32cm.
```

**Response:** 
```
The percentage difference for your biceps is 8.47% and your symmetry score is 91.53.
```

**Prompt:** 
```
What is the severity of a 15% difference in my chest measurements?
```

**Response:** 
```
A 15% difference is classified as a Moderate imbalance, and corrective action is required.
```

**Prompt:** 
```
Give me training recommendations for a Moderate imbalance in my quadriceps.
```

**Response:** 
```
For a Moderate imbalance in your quadriceps, focus on Unilateral training. Suggested adjustments: prioritize the weaker side in every set and limit the stronger side to match the weaker side's repetitions.
```

## Frequently Asked Questions

**How do I calculate my muscle symmetry?**
You can use the `calculate_symmetry_metrics` tool by providing the left and right side measurements for a specific muscle group.

**What should I do if I have a severe imbalance?**
If an imbalance is classified as severe, you can use `recommend_corrections` to get specific training strategies, which often include unilateral training to prioritize the weaker side.

**Can I identify which muscle groups need the most attention?**
Yes, the `get_priority_imbalances` tool evaluates all your results to identify which muscle groups have the highest percentage differences.
