Complete Task
task_doneMark pending or active tasks as completed, record end timestamps, and track finished work in your backlog. Triggers next recurring instances automatically.
Instructions
Mark a task as completed, setting its status to 'completed' and recording the end timestamp. The task remains in the database and appears in completed task queries. If the task is a recurring instance, completing it may trigger generation of the next instance. To record work that was already done without creating a pending task first, use task_log instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. Task must be in pending or active status. |