Move Card
move_cardMove a Trello card to another list or board by specifying card ID and target list ID. Optionally include board ID to target a different board.
Instructions
Move a card to a different list, potentially on a different board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | ID of the card to move | |
| listId | Yes | ID of the target list | |
| boardId | No | ID of the Trello board (uses the active/default board if not provided) |