add_task
Add a task to the active checklist by providing a name and optional note. The task is appended with an automatically generated ID.
Instructions
Add a new task to the active checklist. The task is appended to the end of the list and automatically assigned a new ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the task to add | |
| note | No | An optional note for the task |