get_rulings
Retrieve official rulings for Magic: The Gathering cards using their Scryfall UUID to clarify card interactions and resolve gameplay questions.
Instructions
Get official rulings for a card by Scryfall UUID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"format": "uuid",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}