Microsoft Todo MCP Service

by jhirono
Verified

update-task

Modify existing tasks in Microsoft Todo by updating properties like title, due date, importance, status, and reminders. Requires task and list IDs to ensure precise updates.

Instructions

Update an existing task in Microsoft Todo. Allows changing any properties of the task including title, due date, importance, etc.

Input Schema

NameRequiredDescriptionDefault
bodyNoNew description or body content of the task
categoriesNoNew categories associated with the task
dueDateTimeNoNew due date in ISO format (e.g., 2023-12-31T23:59:59Z)
importanceNoNew task importance
isReminderOnNoWhether to enable reminder for this task
listIdYesID of the task list
reminderDateTimeNoNew reminder date and time in ISO format
startDateTimeNoNew start date in ISO format (e.g., 2023-12-31T23:59:59Z)
statusNoNew status of the task
taskIdYesID of the task to update
titleNoNew title of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "New description or body content of the task", "type": "string" }, "categories": { "description": "New categories associated with the task", "items": { "type": "string" }, "type": "array" }, "dueDateTime": { "description": "New due date in ISO format (e.g., 2023-12-31T23:59:59Z)", "type": "string" }, "importance": { "description": "New task importance", "enum": [ "low", "normal", "high" ], "type": "string" }, "isReminderOn": { "description": "Whether to enable reminder for this task", "type": "boolean" }, "listId": { "description": "ID of the task list", "type": "string" }, "reminderDateTime": { "description": "New reminder date and time in ISO format", "type": "string" }, "startDateTime": { "description": "New start date in ISO format (e.g., 2023-12-31T23:59:59Z)", "type": "string" }, "status": { "description": "New status of the task", "enum": [ "notStarted", "inProgress", "completed", "waitingOnOthers", "deferred" ], "type": "string" }, "taskId": { "description": "ID of the task to update", "type": "string" }, "title": { "description": "New title of the task", "type": "string" } }, "required": [ "listId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from Microsoft Todo MCP Service

Related Tools

ID: mzlsn1su89