# Mood Tracker AI Agent Connect

> Analyze daily mood logs to identify emotional trends and weekly patterns.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1g4OxifHEYGZvMdNmiu9cRa6GrQAepGUAItXzYkA/ai-agent-connect
- **Tags:** mood, tracking, mental-health, trends, analytics, wellbeing

## Description

The Mood Tracker MCP connects AI agents to your longitudinal mood data. Use `get_weekly_summary` to track if your emotional state is improving or declining over time. You can use `identify_difficulty_peaks` to pinpoint specific dates with low scores and `analyze_weekday_patterns` to discover if certain days of the week consistently impact your well-being.

## Tools

### analyze_weekday_patterns
Analyze patterns by day of the week

### get_weekly_summary
Get a summary of the mood for a specific week

### identify_difficulty_peaks
Identify days with particularly low mood scores

## Prompt Examples

**Prompt:** 
```
What was my overall mood this week and is it improving?
```

**Response:** 
```
The `get_weekly_summary` tool would return the average score, total entries, and whether your trend is improving, declining, or stable for the requested week.
```

**Prompt:** 
```
Which days have been hard for me in the last 10 days?
```

**Response:** 
```
The `identify_difficulty_peaks` tool would return a list of dates where your mood score fell below the threshold during that 10-day period.
```

**Prompt:** 
```
Do I have any patterns on certain weekdays?
```

**Response:** 
```
The `analyze_weekday_patterns` tool would provide the average scores for each day of the week and identify your most positive and negative days.
```

## Frequently Asked Questions

**How does the weekly summary work?**
The `get_weekly_summary` tool calculates your average mood score for a specific week and compares it to the previous week to determine if your trend is improving, declining, or stable.

**Can I identify my most difficult days?**
Yes, by using the `identify_difficulty_peaks` tool, you can specify a lookback period and a threshold to find dates where your mood score was particularly low.

**Does it show patterns for specific days?**
Yes, the `analyze_weekday_patterns` tool aggregates your historical data to reveal which days of the week (like Mondays or Fridays) typically correlate with higher or lower emotional states.
