Microsoft Todo MCP Service

by jhirono
Verified

delete-checklist-item

Remove a specific subtask from a task in Microsoft Todo. Use this tool to delete a checklist item by providing the task, list, and checklist item IDs, leaving the parent task intact.

Instructions

Delete a checklist item (subtask) from a task. This removes just the specific subtask, not the parent task.

Input Schema

NameRequiredDescriptionDefault
checklistItemIdYesID of the checklist item to delete
listIdYesID of the task list
taskIdYesID of the task

Input Schema (JSON Schema)

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