get_ability
ActiveTool of pokemon
declared in 0.1.0
Look up a Pokémon ability (e.g., "static", "overgrow"). Returns effect description and all Pokémon that can have this ability.
Parameters schema
{
"type": "object",
"examples": [
{
"ability": "static"
},
{
"ability": "overgrow"
}
],
"required": [
"ability"
],
"properties": {
"ability": {
"type": "string",
"description": "Ability name (e.g., \"overgrow\", \"blaze\", \"static\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
pokemon
https://github.com/pipeworx-io/mcp-pokemon
1/7 registries