# Enterprise Expansion Playbook ROI AI Agent Connect

> Calculate the financial and operational impact of sales expansion playbooks.

## Overview
- **Category:** sales-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_enZBTEWFaVP06AbZORANigtbeEJhtbHV5s9kea3r/ai-agent-connect
- **Tags:** roi, sales-playbook, expansion, enterprise, analytics

## Description

This MCP server provides tools to measure the effectiveness of enterprise sales expansion playbooks. It allows users to calculate the total financial return using `get_playbook_roi`, assess how well the sales team is adhering to best practices with `analyze_adoption_effectiveness`, and receive optimization recommendations via `calculate_playbook_optimization`. You can also generate high-level performance summaries using `get_expansion_performance_summary` to track deal volume and incremental value.

## Tools

### get_expansion_performance_summary
Provides a high-level overview of the playbook's impact on deal volume and value

### analyze_adoption_effectiveness
Determines how much of the potential ROI is being realized based on sales team participation and adherence

### calculate_playbook_optimization
Identifies necessary adjustments to improve playbook performance

### get_playbook_roi
Calculates the total financial return generated by the playbook

## Prompt Examples

**Prompt:** 
```
What is the ROI for a playbook with 75% usage, 10 deals closed, $50,000 average deal value, 15% win rate improvement, and $20,000 cost?
```

**Response:** 
```
The total incremental value is $75,000, and the playbook ROI is $55,000.
```

**Prompt:** 
```
How effective is my playbook adoption if usage is 80%, best practices adoption is 70%, and customer fit is 90%?
```

**Response:** 
```
The effective adoption score is 0.504, with a potential loss of 0.496.
```

**Prompt:** 
```
Give me a performance summary for 5 deals closed, $20,000 average value, and 10% win rate improvement.
```

**Response:** 
```
The total expansion value is $100,000 and the incremental win value is $10,000.
```

## Frequently Asked Questions

**How do I calculate the ROI of my expansion playbook?**
You can use the `get_playbook_roi` tool. Provide the usage rate, number of deals closed, average deal value, win rate improvement, and the total resource cost.

**Can this tool help improve my sales team's performance?**
Yes. By using `calculate_playbook_optimization`, the tool provides specific recommended actions to improve performance based on your current ROI and adoption scores.

**What metrics are included in the performance summary?**
The `get_expansion_performance_summary` tool provides the total expansion value and the incremental win value based on your deal data.
