update_card
Update a card's details including title, assignee, note, due date, status, and color. Reassign or add notes to keep cards current.
Instructions
Update an existing card. Change the title, reassign, add a note, set a due date, or change status. Comments cannot be modified via this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | New note body | |
| color | No | Card color code | |
| title | No | New card title | |
| cardId | Yes | The card ID to update | |
| status | No | Card status | |
| boardId | No | Board the card belongs to | |
| dueDate | No | Due date in ISO-8601 (e.g. 2026-05-20T00:00:00.000Z) | |
| assignee | No | Assignee email(s). Single string or array of strings. | |
| columnId | No | Column the card is in (string column ID like 'Label_1') |