Microsoft To Do MCP connector
Microsoft To Do is Microsoft's task management application for creating and organizing personal and team task lists. The Microsoft To Do MCP connector allows AI agents to create and manage task lists, add and update tasks within those lists, and retrieve task details across all lists. It also supports deleting tasks and task lists, enabling complete task lifecycle management through conversational interfaces.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Microsoft To Do MCP connector to perform the following actions:
- Automate task creation from emails, tickets, and chat messages to Microsoft To Do
- Organize project work by creating and managing separate task lists for each initiative
- Mark tasks complete automatically when related items are resolved in other applications
- Synchronize task priorities and due dates across Microsoft To Do and project management tools
- Generate daily task summaries and send reminders to team members via email or chat
- Link documents, files, and resources directly to tasks for quick access and context
- Bulk update task statuses when workflows complete or milestones are reached
Example prompts
Use the following example prompts to invoke Microsoft To Do MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new task list in Microsoft To Do called 'Product Launch Q1'.Show me all incomplete tasks in my Microsoft To Do inbox list.Add a task to my Microsoft To Do work list with the title 'Review budget proposal' and set the due date to tomorrow.Mark the task 'Schedule client meeting' as complete in Microsoft To Do.Delete the task list 'Old Projects' from my Microsoft To Do account.Get all tasks from my Microsoft To Do 'Weekly Goals' list that are due this week.Update the task 'Prepare presentation' to high priority in Microsoft To Do.Link a document to the task 'Draft contract' in Microsoft To Do.Retrieve all task lists from my Microsoft To Do account.Get the details of the task 'Follow up with vendor' in Microsoft To Do.
Microsoft To Do MCP connector tools
The Microsoft To Do MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getAllLists | Retrieves all task lists associated with the user account. |
| createList | Creates a new task list with a specified name. |
| getList | Retrieves details for a specific task list. |
| updateList | Modifies the name or properties of an existing task list. |
| deleteList | Removes a task list and its contents permanently. |
| getAllTasks | Retrieves all tasks contained within a specific list. |
| createTask | Adds a new task to a specified list. |
| getTask | Retrieves details for a specific task. |
| updateTask | Modifies the title, description, or status of a task. |
| deleteTask | Removes a task from its list permanently. |
| getAllLinkedResources | Retrieves all external resources attached to a task. |
| createLinkedResource | Attaches an external resource link to a task. |
| getLinkedResource | Retrieves details for a specific linked resource. |
| updateLinkedResource | Modifies the properties of an attached resource link. |
| deleteLinkedResource | Removes an external resource link from a task. |