Skip to main content
Glama

Scryfall MCP Server

by bmurdock

query_rules

Search and clarify Magic: The Gathering rules by querying specific interactions, sections, or rule details with adjustable context lines for precise results.

Instructions

Search Magic: The Gathering comprehensive rules for specific interactions and rule clarifications

Input Schema

NameRequiredDescriptionDefault
context_linesNoLines of context around matches
exact_matchNoRequire exact phrase matching
queryYesSearch term or rules question
sectionNoSpecific rule section (e.g., "7" for Additional Rules)

Input Schema (JSON Schema)

{ "properties": { "context_lines": { "default": 3, "description": "Lines of context around matches", "maximum": 10, "minimum": 1, "type": "number" }, "exact_match": { "default": false, "description": "Require exact phrase matching", "type": "boolean" }, "query": { "description": "Search term or rules question", "type": "string" }, "section": { "description": "Specific rule section (e.g., \"7\" for Additional Rules)", "pattern": "^[1-9]\\d*$", "type": "string" } }, "required": [ "query" ], "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