move_all_cards
Move all cards from a source list to a destination list in one operation. Provide the board ID, source list ID, and destination list ID to bulk-transfer cards.
Instructions
Move all cards in a list to another list. Use this tool to quickly move all cards from one list to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| boardId | Yes | ID of the board (required by Trello API) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| sourceListId | Yes | ID of the source list | |
| destinationListId | Yes | ID of the destination list |