move_card_to_list
Update a card's status by moving it to a different list. Use the card ID and destination list ID to transfer tasks between workflow stages.
Instructions
Move a card to a different list. Use this tool to change the status of a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | ID of the card to move | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| listId | Yes | ID of the destination list | |
| 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) |