Skip to main content
Glama

Scryfall MCP Server

by latte-chan

csb_variants_search

Search Commander Spellbook combo variants by filters such as cards used or effects produced to find specific Magic: The Gathering strategies.

Instructions

Search Commander Spellbook variants (combos) by filters like uses/produces.

Input Schema

NameRequiredDescriptionDefault
limitNo
ofNoFilter variants that are of a specific combo ID group
offsetNo
producesNoFilter variants that produce this feature ID (e.g., Win the game = 2)
usesNoFilter variants that use this CSB card ID

Input Schema (JSON Schema)

{ "properties": { "limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "of": { "description": "Filter variants that are of a specific combo ID group", "minimum": 0, "type": "integer" }, "offset": { "minimum": 0, "type": "integer" }, "produces": { "description": "Filter variants that produce this feature ID (e.g., Win the game = 2)", "minimum": 0, "type": "integer" }, "uses": { "description": "Filter variants that use this CSB card ID", "minimum": 0, "type": "integer" } }, "type": "object" }

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/latte-chan/scryfall-connector'

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