move_card
Move a card to a different column and/or lane, or to another board. Relocates the card instead of copying it, resolving the correct card instance across boards.
Instructions
Move a card to a different column and/or lane, optionally on another board.
Specify a column, a lane, or both. Lanes only apply to boards with lanes enabled; use list_lanes to see available lanes.
A card can be committed to several boards at once. Favro's API treats a board change as "commit" (add to the target board, keep the original) by default, which looks like a copy; this tool uses "move" so a cross-board move actually relocates the card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | Card ID, sequential ID (#123), or name. | |
| lane | No | Target lane (swimlane) ID or name. | |
| board | No | Source board ID or name — where the card currently lives. Used to resolve the correct card instance when the card exists on more than one board. Defaults to the current board context. | |
| column | No | Target column ID or name (on to_board if given, else on the card's current board). | |
| to_board | No | Destination board ID or name. Omit to move within the same board. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||