create-checklist-item
Add a checklist item to break a task into smaller, actionable steps in Microsoft Todo. Specify the task ID, list ID, and item content to organize and track progress effectively.
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 |