MTG Chinese Card Database - 大学院废墟(sbwsz.com)
get_card_by_set_and_number
通过系列代码和收集编号获取单张卡牌。
Remote lieyanqzu/sbwsz-mcp
Other tools also called get_card_by_set_and_number?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"set": {
"type": "string",
"description": "系列代码,例如 'NEO'、'MOM'"
},
"collector_number": {
"type": "string",
"description": "收集编号,例如 '1'、'112'、'1a'"
}
}
}