workboard_update_activity_tool
Update an existing WorkBoard action item using its activity ID. Modify any combination of description, state, priority, effort, owner, due date, or Kanban column without overwriting other fields.
Instructions
Update an existing WorkBoard action item.
Performs read-before-write to confirm the action item exists. Only provided fields are updated. State must be "next", "doing", "done", or "pause". Priority must be "low", "med", or "high". Effort must be "easy", "medium", or "huge".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | Action item ID (positive integer) | |
| ai_description | No | New description — shown as the card title (optional) | |
| ai_note | No | New notes or body text (optional) | |
| ai_owner | No | New owner user ID or email (optional) | |
| ai_state | No | New state: next, doing, done, or pause (optional) | |
| ai_priority | No | New priority: low, med, or high (optional) | |
| ai_effort | No | New effort: easy, medium, or huge (optional) | |
| ai_due_date | No | New due date as UNIX timestamp string (optional) | |
| ai_column | No | Custom Kanban column ID to move the card to (optional). Workstreams can define custom columns within each state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||