List Workstreams
workstreamsRetrieve existing high-level workstreams for a project, optionally filtered by status (active, paused, completed, abandoned). Returns a JSON array with status, progress, next action, blockers, and timestamps.
Instructions
Read-only. List existing high-level workstreams for a required project, optionally filtered by status=active, paused, completed, or abandoned. Returns a JSON array with each workstream's status, progress, next action, blockers, and timestamps. Use update_workstream to mutate an existing row; this tool does not create, update, or delete workstreams. A missing project or database failure returns a tool error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status filter: active, paused, completed, abandoned | |
| project | No | Project name filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workstreams | Yes |