Skip to main content
Glama

sbwsz-mcp

get_set_cards

Retrieve all cards from a specific Magic: The Gathering set with pagination and sorting. Specify set code, page size, and sorting criteria to display results, including prioritization for Chinese cards.

Instructions

获取特定系列的所有卡牌,支持分页和排序。

Input Schema

NameRequiredDescriptionDefault
orderNo排序字段 (例如: collector_number, name, -mv)
pageNo页码 (默认 1)
page_sizeNo每页数量 (默认 20,最大 100)
priority_chineseNo是否优先显示中文卡牌 (默认 true)
set_codeYes系列代码,例如 'NEO'、'MOM'

Input Schema (JSON Schema)

{ "properties": { "order": { "description": "排序字段 (例如: collector_number, name, -mv)", "type": "string" }, "page": { "description": "页码 (默认 1)", "type": "integer" }, "page_size": { "description": "每页数量 (默认 20,最大 100)", "type": "integer" }, "priority_chinese": { "description": "是否优先显示中文卡牌 (默认 true)", "type": "boolean" }, "set_code": { "description": "系列代码,例如 'NEO'、'MOM'", "type": "string" } }, "required": [ "set_code" ], "type": "object" }

Other Tools from sbwsz-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/lieyanqzu/sbwsz-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server