create-checklist-item
Create a checklist item to break a task into smaller steps. Specify list ID, task ID, and display name to add the subtask.
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 |