# Dawn Phenomenon Detector AI Agent Connect

> Differentiate between Somogyi Effect and Dawn Phenomenon using overnight glucose data.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zl8BFo1zqHvn7OB3Xzj0P8OVGZEd1y3qSvMN5EBt/ai-agent-connect
- **Tags:** glucose, diabetes, somogyi, dawn-phenomenon, health-tracking

## Description

This MCP server helps users identify the physiological cause of morning hyperglycemia. By analyzing blood glucose readings from 3:00 AM and 7:00 AM, the `analyze_overnight_glucose` tool distinguishes between the Somogyi Effect (a rebound from nighttime hypoglycemia) and the Dawn Phenomenon (a natural hormonal rise). You can also use `get_glucose_delta_summary` to calculate exact glucose fluctuations or `validate_threshold_compliance` to check for high-risk patterns like Hypoglycemic Rebound or Hormonal Rise.

## Tools

### analyze_overnight_glucose
Determines the cause of morning hyperglycemia by comparing early morning and waking glucose levels

### get_glucose_delta_summary
Provides a focused calculation of the glucose fluctuation between the two measurement points

### validate_threshold_compliance
Checks if a specific set of glucose readings falls into known high or low risk categories for medical review

## Prompt Examples

**Prompt:** 
```
My glucose was 65 mg/dL at 3am and 140 mg/dL at 7am. I took 5 units of insulin overnight. What is happening?
```

**Response:** 
```
The diagnosed condition is Somogyi Effect. It is recommended to reduce overnight insulin or add a bedtime snack.
```

**Prompt:** 
```
My glucose was 110 mg/dL at 3am and 150 mg/dL at 7am. I took 10 units of insulin overnight. What is happening?
```

**Response:** 
```
The diagnosed condition is Dawn Phenomenon. It is recommended to increase overnight insulin or adjust basal timing.
```

**Prompt:** 
```
What was the glucose change if my 3am was 90 and my 7am was 100?
```

**Response:** 
```
The glucose delta is 10 mg/dL.
```

## Frequently Asked Questions

**What is the difference between Somogyi Effect and Dawn Phenomenon?**
The Somogyi Effect is a rebound hyperglycemia caused by low blood sugar during the night, while the Dawn Phenomenon is a natural rise in blood sugar due to morning hormone releases.

**How can I use the `analyze_overnight_glucose` tool?**
Provide your 3:00 AM glucose, 7:00 AM glucose, and overnight insulin dose to receive a diagnosis and recommended action.

**Can this tool help with risk assessment?**
Yes, the `validate_threshold_compliance` tool identifies if your readings indicate a Hypoglycemic Rebound or a Hormonal Rise.
