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

ID: jdaj6hj69s