import_deck
Import a Magic decklist from pasted text or deck-building site URL to store for buildability analysis, returning the deck ID and unmatched card names.
Instructions
Import a decklist and store it for buildability analysis. Provide exactly one of text (pasted Arena/MTGO list) or url (Archidekt or Moxfield). Optional meta metadata: best_of (1 or 3), tier, meta_share (0..1) feed the best_buildable_deck ranking. Set allow_scrape=true to attempt an MTGGoldfish URL (unreliable). Returns the deck id and any card names that couldn't be matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| text | No | ||
| tier | No | ||
| format | No | ||
| best_of | No | ||
| meta_share | No | ||
| allow_scrape | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||