add_checklist_item
Add a checklist item (sub-task) to a task using its UUID and title.
Instructions
Add a checklist item (sub-task) to a task.
Args: task_uuid: UUID of the parent task. title: Checklist item text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes | ||
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |