import_deck
Convert a pasted decklist into a deck and get the new deck ID along with any unresolved card lines.
Instructions
Create a deck from pasted decklist text, one entry per line (e.g. "4 Lightning Bolt"). Returns the new deck id plus any lines that could not be resolved to a card. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deck name. | |
| text | Yes | Decklist text, one entry per line. | |
| format | No | Target format. Omit for no format. |