Microsoft Todo MCP Service

by jhirono
Verified

delete-task

Remove a task and its subtasks from a Microsoft Todo list by specifying the task ID and list ID. Maintains task organization by completely deleting the task and its associated checklist items.

Instructions

Delete a task from a Microsoft Todo list. This will remove the task and all its checklist items (subtasks).

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the task list
taskIdYesID of the task to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listId": { "description": "ID of the task list", "type": "string" }, "taskId": { "description": "ID of the task to delete", "type": "string" } }, "required": [ "listId", "taskId" ], "type": "object" }
ID: mzlsn1su89