Finish Task
task.finishMark a task as completed or blocked. Update task status with an optional note for clarity.
Instructions
Mark a persisted task/session as done or blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | No | done | |
| note | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| workspace | No | ||
| projectPath | No | ||
| status | Yes | ||
| notes | Yes | ||
| createdAt | Yes | ||
| updatedAt | Yes |