microsoft-todo-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_TENANT_ID | No | Optional 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/vexxhost/microsoft-todo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server