Microsoft Todo MCP Service

by jhirono
Verified

update-checklist-item

Modify existing subtask details, including text content or completion status, within Microsoft Todo tasks. Use checklistItemId, taskId, and listId to identify and update specific items.

Instructions

Update an existing checklist item (subtask). Allows changing the text content or completion status of the subtask.

Input Schema

NameRequiredDescriptionDefault
checklistItemIdYesID of the checklist item to update
displayNameNoNew text content of the checklist item
isCheckedNoWhether the item is checked off
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 update", "type": "string" }, "displayName": { "description": "New text content of the checklist item", "type": "string" }, "isChecked": { "description": "Whether the item is checked off", "type": "boolean" }, "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