workboard_update_workstream_tool
Update an existing workstream's name, dates, pace, health, or priority. Requires manager permissions. Validates existence before applying changes.
Instructions
Update an existing workstream's properties.
Performs read-before-write to confirm the workstream exists. Requires team manager or co-manager permissions. Pace must be "slow", "fast", or "steady". Health must be "ok", "good", or "risk". Priority must be "p1" through "p5".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ws_id | Yes | Workstream ID (positive integer) | |
| ws_name | No | New name (optional) | |
| ws_start_date | No | Start date in YYYY-MM-DD (optional) | |
| ws_end_date | No | End date in YYYY-MM-DD (optional) | |
| ws_pace | No | Pace: slow, fast, or steady (optional) | |
| ws_health | No | Health: ok, good, or risk (optional) | |
| ws_priority | No | Priority: p1 through p5 (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||