Skip to main content
Glama

Scryfall MCP Server

by cryppadotta

get_rulings

Retrieve official rulings for a Magic: The Gathering card using its Scryfall ID or Oracle ID. Access detailed comments and publication dates to clarify card interactions and rules.

Instructions

Retrieve official rulings for a specified card by Scryfall ID or Oracle ID. Returns an array of rulings. Each ruling has a 'published_at' date and a 'comment' field.

Input Schema

NameRequiredDescriptionDefault
idYesA Scryfall ID or Oracle ID. Example: 'c09c71fb-7acb-4ffb-a47b-8961a0cf4990'

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "A Scryfall ID or Oracle ID. Example: 'c09c71fb-7acb-4ffb-a47b-8961a0cf4990'", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Scryfall MCP Server

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/cryppadotta/scryfall-mcp'

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