# Enterprise Deal Slimming Analysis AI Agent Connect

> Analyze deal size reduction patterns and procurement impact.

## Overview
- **Category:** revenue-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_N1sORxc2ckVXCKTf9tPxXVh8UyYs8Hb91a3uuBlb/ai-agent-connect
- **Tags:** sales, procurement, revenue, analytics, deal-slimming

## Description

This MCP server provides tools to identify where and why sales value is lost during the enterprise procurement process. Use `analyze_overall_slimming` to calculate total value loss, `get_stage_specific_reduction` to find which sales stage causes the most reduction, `identify_negotiation_drivers` to compare procurement tactics against competitive pressure, and `detect_discount_anomalies` to find unusual discounting patterns.

## Tools

### get_stage_specific_reduction
Identifies which sales stage experiences the most value reduction

### analyze_overall_slimming
Calculates the total percentage of value lost across a set of deals

### detect_discount_anomalies
Detects unusual discount patterns relative to deal size

### identify_negotiation_drivers
Determines the impact of procurement tactics vs competitive pressure

## Prompt Examples

**Prompt:** 
```
What was the total percentage of value lost across these deals: [{'initialSize': 100000, 'closedSize': 80000}, {'initialSize': 50000, 'closedSize': 45000}]?
```

**Response:** 
```
The average slimming percentage is 15% and the total value lost is $25,000.
```

**Prompt:** 
```
Which stage had the highest reduction: [{'stage': 'Discovery', 'initialSize': 100000, 'closedSize': 95000}, {'stage': 'Negotiation', 'initialSize': 100000, 'closedSize': 70000}]?
```

**Response:** 
```
The highest reduction stage is Negotiation.
```

**Prompt:** 
```
Compare the impact of procurement vs competition for this deal: [{'initialSize': 100000, 'closedSize': 80000, 'procurementLoss': 15000, 'competitionLoss': 5000}]
```

**Response:** 
```
Procurement impact is 75% and competition impact is 25%, with a total attributed loss of $20,000.
```

## Frequently Asked Questions

**What is deal slimming?**
Deal slimming is the reduction in contract value from the initial proposed amount to the final signed amount, often driven by procurement tactics or competition.

**How can I identify which sales stage is most problematic?**
You can use the `get_stage_specific_reduction` tool to analyze value loss across different stages of your sales cycle.

**Can this tool detect unusual discounts?**
Yes, the `detect_discount_anomalies` tool identifies deals where the discount applied deviates significantly from the average.
