mark_task_done
Mark a task as completed in the active checklist by referencing its ID or name, with an optional note.
Instructions
Mark a specific task as completed in the active checklist. You can reference the task by its ID (e.g., "1" or "#1") for efficiency, or by its full name. You can optionally provide a note detailing the progress or result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task ID (e.g., "1") or task name to mark as completed | |
| note | No | An optional note to add or append to the task |