move_deck_card
Move a Deck card to a different stack (column) on a board by providing board, current stack, card, and destination stack IDs. Useful for updating task progress, like moving from To Do to In Progress.
Instructions
Move a Deck card to a different stack (column), e.g. from 'To Do' to 'In Progress'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID to move | |
| boardId | Yes | Board ID | |
| stackId | Yes | Current stack (column) ID of the card | |
| targetStackId | Yes | Destination stack (column) ID |