update_task_status
Update a task's status to pending, in_progress, blocked, completed, or cancelled, and add notes to keep AI agents coordinated on shared project work.
Instructions
Update task status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes about the status change | |
| status | Yes | New status - pending, in_progress, blocked, completed, or cancelled | |
| task_id | Yes | Task ID | |
| agent_id | Yes | Agent making the update | |
| project_id | Yes | Project ID |