search_names
Search Pokémon and moves using substring queries to find specific creatures or attacks in the Pokémon database.
Instructions
Búsqueda en PokeAPI de Pokémon y movimientos (substring).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}