Skip to main content
Glama

Scryfall MCP Server

by bmurdock

validate_brawl_commander

Check if a Magic: The Gathering card qualifies as a legal commander in Brawl or Standard Brawl formats using card name, set code, or Scryfall ID.

Instructions

Validate if a card can be a legal commander in Brawl or Standard Brawl formats

Input Schema

NameRequiredDescriptionDefault
card_identifierYesCard name, set code+collector number, or Scryfall ID to validate
formatYesBrawl format to validate for (brawl = Historic Brawl, standardbrawl = Standard Brawl)

Input Schema (JSON Schema)

{ "properties": { "card_identifier": { "description": "Card name, set code+collector number, or Scryfall ID to validate", "type": "string" }, "format": { "description": "Brawl format to validate for (brawl = Historic Brawl, standardbrawl = Standard Brawl)", "enum": [ "brawl", "standardbrawl" ], "type": "string" } }, "required": [ "card_identifier", "format" ], "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