update_task_status
Update task status, phase, priority, and blockers in Google Sheets to reflect current project progress.
Instructions
Update task status in Google Sheets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User ID for multi-user support | |
| notes | No | Notes | |
| phase | Yes | Phase name (empty string for auto-resolve from unique match) | |
| status | Yes | New status (not_started/in_progress/completed/blocked) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) | |
| blockers | No | Blocker list | |
| category | No | New category (bug/feature/refactor/design/test) | |
| priority | No | New priority (high/medium/low) | |
| blocked_by | No | New blocked_by task IDs |