csb_variants_search
Search Commander Spellbook combo variants by filters such as cards used or effects produced to find specific Magic: The Gathering strategies.
Instructions
Search Commander Spellbook variants (combos) by filters like uses/produces.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
of | No | Filter variants that are of a specific combo ID group | |
offset | No | ||
produces | No | Filter variants that produce this feature ID (e.g., Win the game = 2) | |
uses | No | Filter variants that use this CSB card ID |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"of": {
"description": "Filter variants that are of a specific combo ID group",
"minimum": 0,
"type": "integer"
},
"offset": {
"minimum": 0,
"type": "integer"
},
"produces": {
"description": "Filter variants that produce this feature ID (e.g., Win the game = 2)",
"minimum": 0,
"type": "integer"
},
"uses": {
"description": "Filter variants that use this CSB card ID",
"minimum": 0,
"type": "integer"
}
},
"type": "object"
}