Skip to main content
Glama

Scryfall MCP Server

by bmurdock

analyze_deck_composition

Evaluate deck composition, mana curve, and card types for Magic: The Gathering decks. Receive balance recommendations tailored to format and strategy.

Instructions

Analyze deck composition, mana curve, card types, and provide balance recommendations

Input Schema

NameRequiredDescriptionDefault
commanderNoCommander card name (for Commander/Brawl formats)
deck_listYesList of card names in the deck, one per line or comma-separated
formatNoFormat to analyze for (affects recommendations)
strategyNoDeck strategy archetypeunknown

Input Schema (JSON Schema)

{ "properties": { "commander": { "description": "Commander card name (for Commander/Brawl formats)", "type": "string" }, "deck_list": { "description": "List of card names in the deck, one per line or comma-separated", "type": "string" }, "format": { "description": "Format to analyze for (affects recommendations)", "enum": [ "standard", "modern", "legacy", "vintage", "commander", "pioneer", "brawl", "standardbrawl" ], "type": "string" }, "strategy": { "default": "unknown", "description": "Deck strategy archetype", "enum": [ "aggro", "midrange", "control", "combo", "ramp", "tribal", "unknown" ], "type": "string" } }, "required": [ "deck_list" ], "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/bmurdock/scryfall-mcp'

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