create-checklist-item
Add a checklist item to a task in Microsoft Todo to break it into smaller, actionable steps using list ID, task ID, and item text.
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 |
---|---|---|---|
displayName | Yes | Text content of the checklist item | |
isChecked | No | Whether the item is checked off | |
listId | Yes | ID of the task list | |
taskId | Yes | ID of the task |