| Code | Definition | Example |
|---|---|---|
name: |
Card name | name:"Black Lotus" |
o: |
Oracle text | o:"enters the battlefield" |
t: |
Type | t:creature t:cat |
c: |
Color | c<=WUBRG |
id: |
Color identity | id=WU |
pow: |
Power | pow>=3 |
tou: |
Toughness | tou<=2 |
mv: |
Mana value | mv>3 |
r: |
Rarity | r=mythic |
set: |
Set code | set:slp |
q: |
Quantity (cube) | q>=3 |
Operators: : (equals), =, >, <, >=,
<=, !=. Combine with spaces (AND). Quotes for exact phrases.
Example: t:cat c<=WGB pow>3 r=uncommon