move_card
Moves a Trello card to a specified list, optionally on a different board. Provide card and target list IDs.
Instructions
Move a card to a different list, potentially on a different board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | ID of the target Trello board (where the listId resides, uses default if not provided) | |
| cardId | Yes | ID of the card to move | |
| listId | Yes | ID of the target list |