# Enterprise Meeting Show Rate Analytics AI Agent Connect

> Analyze meeting attendance, no-show patterns, and engagement quality.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ETjEbtgWyQW3FV0zkJi9B1qIkiIsikMguGMnHDpx/ai-agent-connect
- **Tags:** attendance, metrics, enterprise, sales, engagement

## Description

This MCP server provides deep insights into enterprise meeting efficiency. It allows AI agents to calculate attendance metrics using `get_show_rate_summary`, identify problematic trends with `analyze_no_show_patterns`, evaluate engagement value via `calculate_meeting_quality`, and assess the impact of notification frequency through `evaluate_reminder_effectiveness`.

## Tools

### calculate_meeting_quality
Evaluates the effectiveness of meetings based on their outcomes

### evaluate_reminder_effectiveness
Determines how the frequency of reminders impacts the likelihood of a meeting being held

### get_show_rate_summary
Calculates the high-level attendance percentage for a specific subset of meetings

### analyze_no_show_patterns
Identifies which combinations of factors are most likely to result in a no-show

## Prompt Examples

**Prompt:** 
```
What is our current meeting show rate for virtual meetings?
```

**Response:** 
```
The current show rate for virtual meetings is 78%, with 125 meetings held out of 160 scheduled.
```

**Prompt:** 
```
Are there any significant no-show patterns I should know about?
```

**Response:** 
```
Yes, there is a significant pattern where Outbound leads for In-Person meetings have a no-show rate of 42%.
```

**Prompt:** 
```
How effective are our daily reminders for webinar formats?
```

**Response:** 
```
Daily reminders for webinars result in an 85% show rate, which is higher than the single 24h reminder cadence.
```

## Frequently Asked Questions

**How is the show rate calculated?**
The show rate is the total number of held meetings divided by the total number of scheduled meetings, expressed as a percentage.

**Can I filter metrics by meeting type?**
Yes, tools like `get_show_rate_summary` and `calculate_meeting_quality` allow you to filter results by specific meeting formats.

**What determines the meeting quality score?**
The quality score is a weighted metric where outcomes like 'Scheduled Next Step' carry higher weight than 'No Show' or 'Disqualified'.
