Skip to main content
Glama
vexxhost

microsoft-todo-mcp-server

by vexxhost

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_TENANT_IDNoOptional Azure AD tenant ID for organizations that require a specific tenant (e.g., due to conditional access policies). Defaults to 'common'.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_task_listsA

List all Microsoft To Do task lists.

create_task_listB

Create a new Microsoft To Do task list.

update_task_listA

Update the display name of a Microsoft To Do task list.

delete_task_listB

Delete a Microsoft To Do task list and all its tasks.

list_tasksA

List tasks in a Microsoft To Do task list with pagination and filtering support.

create_taskA

Create a new task in a Microsoft To Do task list. due_date should be YYYY-MM-DD format. importance can be: low, normal, high.

update_taskA

Update a task in a Microsoft To Do task list. Only provided fields are updated.

complete_taskB

Mark a Microsoft To Do task as completed.

delete_taskC

Delete a task from a Microsoft To Do task list.

list_checklist_itemsB

List checklist items (subtasks) of a Microsoft To Do task.

create_checklist_itemC

Add a checklist item (subtask) to a Microsoft To Do task.

update_checklist_itemB

Update a checklist item (subtask) of a Microsoft To Do task. Use is_checked to check/uncheck.

delete_checklist_itemB

Delete a checklist item (subtask) from a Microsoft To Do task.

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/vexxhost/microsoft-todo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server