create_deck
Create a new empty Magic: The Gathering deck. Specify a name and optional format for the deck. Use additional actions to populate it with cards or import a complete list.
Instructions
Create a new empty deck. This is a real write. Use add_deck_card to fill it, or import_deck to create from pasted text instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deck name. | |
| format | No | Target format. Omit for no format. |