random_card
Fetch a random Magic: The Gathering card from Scryfall API, with optional search query filtering to narrow results.
Instructions
Fetch a random card, optionally filtered by a 'q' search query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | No |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"type": "string"
}
},
"type": "object"
}