set_deck_card_quantity
Define the precise number of copies of a card in a deck board. Setting 0 removes the card from that board.
Instructions
Set the absolute quantity for a card + board in a deck (not a delta). A quantity of 0 removes the row. Use add_deck_card to increment instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deckId | Yes | Deck id. Get from list_decks or create_deck. | |
| cardId | Yes | Internal IWMM card UUID. Get from search_cards or get_card. | |
| isSideboard | Yes | Which board the row belongs to. Mainboard and sideboard are separate rows. | |
| quantity | Yes | Absolute quantity to set. 0 removes the row. |