update_phase_status
Set a project phase to pending, in_progress, or blocked. Use when starting work or encountering a blocker, with optional blocker details and date override.
Instructions
Update the current phase status: pending | in_progress | blocked. Call when starting work on a phase (in_progress) or when blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | pending | in_progress | blocked | |
| blocker | No | Required when status=blocked | |
| started | No | ISO date override (defaults to today) |