Update Workstream
update_workstreamUpdate a workstream by ID, modifying its status, next action, or blockers. Returns the updated record; list workstreams first to get IDs.
Instructions
Mutates one existing workstream by id. At least one of status, next_action, or blockers is required; omitted fields remain unchanged. status accepts only active, paused, completed, or abandoned. Returns a JSON object with id and updated, where updated=false means no row matched. Use workstreams to list/read rows first. This tool does not create or delete workstreams; an empty update, an unknown status, or a database failure returns a tool error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | WorkStream ID to update | |
| status | Yes | New status: active, paused, completed, abandoned | |
| blockers | No | Current blockers | |
| next_action | No | Next action to take |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| updated | Yes |