move_card
Move a card to a different column on the same board, or to another board by specifying the target column and optional new board.
Instructions
Move a card to a different column on the same board, or to another board. newColumnId is the label-style column ID like 'Label_1' (returned by list_columns).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | The card ID to move | |
| newBoardId | No | Target board ID. Required for cross-board moves; auto-resolved from the card's current board when omitted. | |
| newColumnId | Yes | Target column ID (label-style string, e.g. 'Label_2'). Get it from list_columns. | |
| newPosition | No | Position in the target column (0 = top, default 0) |