Move a card
move_cardMove a card to another column on the same board, at the end of that column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Destination column name or id. | |
| card_id | Yes | Card id from list_cards. | |
| board_id | Yes | The board UUID, or the board URL the user shared. Never invent one. | |
| password | No | The board password, if the board is protected. |