add_deck_card
Add a card to a deck by incrementing its quantity. Specify the deck, card, quantity, and whether it's a sideboard.
Instructions
Add a card to a deck, incrementing its quantity (creates the row if absent). Use set_deck_card_quantity to set an absolute quantity or remove_deck_card to delete a row. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Internal IWMM card UUID. Get from search_cards or get_card. | |
| deckId | Yes | Deck id. Get from list_decks or create_deck. | |
| quantity | No | How many to add. Defaults to 1. | |
| isSideboard | No | Whether the card belongs to the sideboard. Mainboard and sideboard are separate rows. Defaults to false. |