autocomplete
Suggests Magic: The Gathering card names as you type to help quickly find specific cards during searches.
Instructions
Autocomplete card names based on a partial query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}