markTaskDone
Mark tasks as complete in your knowledge base using task IDs or fuzzy text search. Update task status across sections like today or backlog to track progress.
Instructions
Mark a task as complete. Provide either a taskId (from getTasks) or searchText to fuzzy-match the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The task ID (from getTasks output) | |
| text | No | Text to search for in task titles (fuzzy match) | |
| section | No | Which section the task is in | today |