random_card
Retrieve a random Magic: The Gathering card with JSON data using the Scryfall API. Simplify access to card details for integration or exploration purposes.
Instructions
Retrieve a random Magic card from Scryfall. Returns JSON data for that random card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}