Skip to main content
Glama
hoaaah

Microsoft To Do MCP Server

by hoaaah

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MS_TODO_CLIENT_IDYesYour Azure AD application (client) ID for the Microsoft To Do MCP server.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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