Microsoft To Do MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MS_TODO_CLIENT_ID | Yes | Your Azure AD application (client) ID for the Microsoft To Do MCP server. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| todo_list_task_listsA | List all Microsoft To Do task lists for the signed-in user (e.g. 'Tasks', 'Groceries'). Returns each list's display name and id. Use the id with todo_list_tasks to see tasks inside a list. |
| todo_create_task_listA | Create a new Microsoft To Do task list with the given display name. Returns the new list's id. |
| todo_rename_task_listA | Rename an existing Microsoft To Do task list. |
| todo_delete_task_listA | Permanently delete a Microsoft To Do task list AND all tasks inside it. This cannot be undone. Confirm with the user before calling this. |
| todo_list_tasksA | List tasks inside a given Microsoft To Do list. Supports filtering by status. Get list_id from todo_list_task_lists first. |
| todo_get_taskA | Get full details of a single task, including its notes. |
| todo_create_taskA | Create a new task in a given Microsoft To Do list. Get list_id from todo_list_task_lists first. |
| todo_update_taskA | Update fields on an existing task (title, notes, due date, importance, or status). Only the fields you provide are changed. To mark a task done, prefer todo_complete_task. |
| todo_complete_taskA | Mark a task as completed (shortcut for todo_update_task with status=completed). |
| todo_delete_taskA | Permanently delete a task. This cannot be undone. Confirm with the user before calling this. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoaaah/Microsoft-To-Do-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server