Skip to main content
Glama

Microsoft Todo MCP Service

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" }

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/jhirono/todoMCP'

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