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
Name | Required | Description | Default |
---|---|---|---|
body | No | New description or body content of the task | |
categories | No | New categories associated with the task | |
dueDateTime | No | New due date in ISO format (e.g., 2023-12-31T23:59:59Z) | |
importance | No | New task importance | |
isReminderOn | No | Whether to enable reminder for this task | |
listId | Yes | ID of the task list | |
reminderDateTime | No | New reminder date and time in ISO format | |
startDateTime | No | New start date in ISO format (e.g., 2023-12-31T23:59:59Z) | |
status | No | New status of the task | |
taskId | Yes | ID of the task to update | |
title | No | New title of the task |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Microsoft Todo MCP Service
Related Tools
- @jhirono/todoMCP
- @jhirono/todoMCP
- @Chrusic/todoist-mcp-server-extended
- @abhiz123/todoist-mcp-server
- @miottid/todoist-mcp