create-checklist-item
Add a subtask to a Microsoft To Do task. Break down large tasks into smaller, actionable steps by creating checklist items.
Instructions
Create a new checklist item (subtask) for a task. Checklist items help break down a task into smaller, manageable steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task | |
| isChecked | No | Whether the item is checked off | |
| displayName | Yes | Text content of the checklist item |