csb_card
Fetch Commander Spellbook card data using numeric ID to access specific card information for Magic: The Gathering gameplay and strategy.
Instructions
Fetch Commander Spellbook card by numeric ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"exclusiveMinimum": 0,
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
}