list_phases
List all phases of a workflow project plan, ordered by sort order. Retrieve phase details to manage and update statuses.
Instructions
List all phases for a workflow's project plan, ordered by sort_order. Returns each phase with its ID, title, status (pending/in_progress/done/blocked), assigned agent name, and creation date. Use the phase IDs with update_phase_status to progress work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | Workflow ID | |
| workspaceId | No | Workspace ID. Defaults to your configured workspace. |