add_deck_card
Add a card to a deck and increment its quantity, creating a new row if none exists.
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 |
|---|---|---|---|
| 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 | No | Whether the card belongs to the sideboard. Mainboard and sideboard are separate rows. Defaults to false. | |
| quantity | No | How many to add. Defaults to 1. |