Update a Boardroom todo
update_todoModifies a todo's title, description, priority, status, or assignee. Useful for scope changes, ownership shifts, or moving between 'open', 'in_progress', 'done', 'dropped' columns.
Instructions
Update a todo's title, description, priority, status, or assignee. Use when scope changes, ownership shifts, or you move it between kanban columns ('open', 'in_progress', 'done', 'dropped'). agent_id required for attribution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Stable identifier for the calling agent. | |
| todo_id | Yes | UUID of the todo to update | |
| title | No | ||
| description | No | ||
| status | No | ||
| priority | No | ||
| assigned_to_agent_id | No | Pass empty string to unassign |