search_cards
Search Yu-Gi-Oh! cards by keywords, including card names and effect descriptions, using this tool on the ygocdb-mcp server to quickly find relevant cards.
Instructions
通过关键字搜索游戏王卡牌,可以搜索卡牌名称、效果文本等。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 搜索关键字,可以是卡牌名称、效果描述等 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "搜索关键字,可以是卡牌名称、效果描述等",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}