# Sunsama MCP for AI Agents AI Agent Connect

> Sunsama connects your AI to your daily planner. It lets your agent pull tasks, update your schedule, and organize your day natively so you can focus on your actual work instead of switching tabs.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RwoKMc4zsaYAPhVIeI7ovDbTBh2pDuyXGqp5QuPd/ai-agent-connect
- **Tags:** daily-planning, task-prioritization, work-life-balance, time-management, focus-tracking

## Description

Sunsama is built for people who want to stay focused on the work that matters. This Connector lets you bring that mindful planning into your AI workspace. Instead of jumping back and forth between your planner and your code or docs, you can just tell your agent what to do. It can pull your current list of items, find the right channel for a new project, and update your progress in real time. It acts like a personal assistant that knows your priorities. You can have your agent analyze your day, find a gap in your schedule, and slot in a new task. It's about keeping your head in the work while your agent handles the logistics. You'll find it's a lot easier to stay on track when your agenda is just one command away. You can get this set up through Vinkius to connect your workspace quickly. It helps you keep your daily goals front and center without the friction of manual entry. Whether you're clearing a backlog or planning a deep work session, your agent handles the heavy lifting of data entry. You get to spend more time actually doing the work and less time managing the list of things you need to do.

## Tools

### create_task
Add a new item to your Sunsama planner with a specific text and date.

### get_task_details
Look up the deep contextual info for one specific task.

### get_user_profile
Pull your current user data and operational status from the account.

### list_channels
See all your organization frameworks like Work or Personal.

### list_tasks
Fetch all your scheduled tasks, which you can filter by specific dates.

### update_task
Modify details or statuses for tasks you've already created.

### delete_task
Remove a task from your planner permanently.

### list_contexts
View your custom tags and priority levels like Urgent or Low Priority.

## Prompt Examples

**Prompt:** 
```
What's on my plate for today?
```

**Response:** 
```
### Today's Schedule

Here is what you have planned for today:

| Task | Context | Status |
| :--- | :--- | :--- |
| **Architecture Review** | Development | In Progress |
| **Sprint Sync** | Team | Scheduled |
| **Update Docs** | Admin | Pending |

*You have 3 active items today.*
```

**Prompt:** 
```
Add a task to update the API docs for next Tuesday in the Work channel.
```

**Response:** 
```
I've added that for you.

**New Task Added**
- **Task:** Update API docs
- **Channel:** Work
- **Date:** Next Tuesday

*Your schedule has been updated.*
```

**Prompt:** 
```
Mark my review as complete.
```

**Response:** 
```
Done! I've updated your planner.

- **Architecture Review** has been marked as **Completed**.

*Your progress is now synced.*
```

## Capabilities

### Pull daily task lists
Your agent can see what's on your schedule for any specific date.

### Add new action items
You can tell your agent to create new tasks with specific dates and details.

### Update task statuses
Your agent can mark items as complete or modify their details automatically.

### View channel structures
The agent can see how your work is organized into different categories.

### Get user profile data
Your agent can check your current account status and profile information.

### Delete old tasks
You can have your agent permanently remove items from your planner.

### Retrieve specific task details
Your agent can pull deep context for any single item in your list.

## Use Cases

### Quickly update a finished review
You tell your agent you finished a code review, and it marks the item as complete in your planner.

### Add a documentation task
You ask your agent to put a documentation update into your Development channel for next Monday.

### Check your daily load
You ask what's on your plate for today, and your agent gives you a summarized list of your tasks.

### Find a gap for deep work
Your agent analyzes your current schedule to find a 2-hour block for focused coding.

## Benefits

- Stop tab-switching by viewing your daily list directly in your chat interface.
- Keep your schedule current by adding and modifying items with simple voice or text commands.
- Organize work by pulling in your channels and priority levels for better sorting.
- Get full context on any item without the need for manual searching or clicking.
- Automate routine updates to your agenda using your agent's natural language processing.
- Verify your account status and permissions instantly with a single request to your agent.

## How It Works

The bottom line is your AI becomes a hands-on scheduler for your actual workday.

1. Get your Sunsama API key from your account settings.
2. Add the Connector to your AI client and paste your key into the environment variables.
3. Ask your agent to manage your day, add tasks, or update your progress.

## Frequently Asked Questions

**Can the Sunsama MCP manage my daily schedule?**
Yes, it lets your AI agent read, add, and update tasks in your Sunsama planner. You can ask your agent to summarize your day or change your plans without opening the Sunsama app.

**How does the Sunsama MCP help with focus?**
It helps you stay in your current workspace by bringing your to-do list to your AI client. This reduces context switching and keeps your daily goals front and center.

**Can I use the Sunsama MCP to add tasks?**
Absolutely. You can tell your agent to create new tasks with specific text, dates, and channels, and it will populate your planner automatically.

**Does the Sunsama MCP work with my existing channels?**
Yes, the agent can see your organization frameworks like Work or Personal. It can even help you sort new tasks into the correct channel based on your preferences.

**How do I connect Sunsama MCP to my agent?**
You just need to connect the Connector through your preferred client and provide your Sunsama API key. Once connected, your agent can start managing your tasks immediately.

**Can my agent see my specific task details?**
Yes, your agent can pull deep contextual information for any specific task in your planner, making it easier to get the details you need without manual searching.

**Are organizational channels safely isolated when using programmatic executions?**
Yes. The AI intrinsically utilizes `list_channels` and `list_contexts` effectively to accurately parse pre-existing frameworks before assignment seamlessly.

**Can the agent inadvertently destroy historical tracking via deletion?**
The tool bounds the logic reliably using isolated mutation calls like `delete_task`. These are triggered explicitly, protecting chronological historical records systematically effectively internally.

**Does the integration sync with external calendars like Google Calendar?**
The Connector operates through the Sunsama API, which already consolidates events from Google Calendar, Outlook, and other connected services. Tasks you create or update via the AI will appear alongside your synced calendar events.