create_checklist_item
Add a checklist sub-item to a Microsoft To Do task. Specify the parent list, task, and the name of the new sub-item.
Instructions
Add a sub-item (checklist) to a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| task_id | Yes | ||
| display_name | Yes | ||
| is_checked | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |