get_type
ActiveTool of pokemon
declared in 0.1.0
Check type effectiveness matchups and find Pokémon by type (e.g., "fire", "water"). Returns damage chart and up to 20 Pokémon.
Parameters schema
{
"type": "object",
"examples": [
{
"type": "fire"
},
{
"type": "water"
}
],
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Type name (e.g., \"fire\", \"water\", \"electric\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
pokemon
https://github.com/pipeworx-io/mcp-pokemon
1/7 registries