csb_lookup_by_oracle_ids
Map Scryfall oracle_id UUIDs to Commander Spellbook numeric IDs using a local index that builds automatically when stale.
Instructions
Map Scryfall oracle_id UUIDs to Commander Spellbook numeric IDs using the local index (builds if stale).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
oracleIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"oracleIds": {
"items": {
"format": "uuid",
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"oracleIds"
],
"type": "object"
}