task_update
Update the status of a tracked task using task ID and new status (e.g., completed, blocked). Add optional notes, assignee, or due date to keep delivery state current.
Instructions
Update the status of a tracked task. Requires taskId (from progress_query results) and status (new status string, e.g. completed, blocked, in-progress). Optional: notes (progress notes or blockers), assignee, dueDate. Use after completing or blocking a task to keep delivery state current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID | |
| status | Yes | New status | |
| notes | No | Optional notes | |
| assignee | No | Task assignee | |
| dueDate | No | Task due date | |
| agentId | No | Agent identifier | |
| profile | No | Response profile | compact |