# Enterprise Success Plan Completion AI Agent Connect

> Calculates success plan achievement rates, outcome scores, and renewal predictability.

## Overview
- **Category:** enterprise
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TRwovchLPpzgSbPlgzffRhzmIH1E23cp2lkXbpXF/ai-agent-connect
- **Tags:** success-plans, metrics, renewal-prediction, ttv, business-intelligence

## Description

This MCP server provides advanced analytics for enterprise success plans. It allows AI agents to calculate the `get_plan_completion_status` to track milestone progress, `get_outcome_achievement_score` to measure realized business value, `get_ttv_efficiency_metric` to evaluate time-to-value efficiency, and `get_renewal_predictability_index` to assess customer renewal risk based on current health metrics.

## Tools

### get_outcome_achievement_score
Calculates the achievement score based on reached outcomes and their importance

### get_plan_completion_status
Calculates the completion rate and weighted completion rate of milestones

### get_renewal_predictability_index
Predicts renewal probability and determines risk level

### get_ttv_efficiency_metric
Calculates the efficiency ratio of time to value

## Prompt Examples

**Prompt:** 
```
What is the current completion status of our success plan with these milestones: { "milestones": [{"completed": true, "relevanceWeight": 5}, {"completed": false, "relevanceWeight": 10}] }?
```

**Response:** 
```
The raw completion rate is 50%, and the weighted completion rate is 33.3%.
```

**Prompt:** 
```
How much business value has been realized with these outcomes: { "outcomes": [{"reached": true, "importanceLevel": 8}, {"reached": false, "importanceLevel": 2}] }?
```

**Response:** 
```
The current outcome achievement score is 0.8.
```

**Prompt:** 
```
Calculate the renewal probability for a customer with 0.8 completion, 0.7 outcome score, 0.5 TTV ratio, and 0.6 resource utilization.
```

**Response:** 
```
The renewal probability is 85% with a Low risk level.
```

## Frequently Asked Questions

**How is the completion rate calculated?**
The `get_plan_completion_status` tool calculates both a raw completion rate and a weighted completion rate based on the relevance of each milestone.

**Can I predict if a customer will renew?**
Yes, using the `get_renewal_predictability_index` tool, you can determine the renewal probability and risk level by analyzing completion, outcomes, and efficiency.

**What is Time to Value (TTV)?**
TTV is the duration until the first significant outcome is achieved. The `get_ttv_efficiency_metric` tool helps compare this against the planned duration.
