update_checklist_item
Rename or check/uncheck a sub-item in a Microsoft To Do task.
Instructions
Update a sub-item (rename or check/uncheck).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| task_id | Yes | ||
| item_id | Yes | ||
| display_name | No | ||
| is_checked | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |