You're viewing a demo portfolio

Join the waitlist
PRSM

get_pokemon

Active

Tool of pokemon

declared in 0.1.0

Get stats, types, abilities, height, weight, and sprites for a Pokémon. Lookup by name (e.g., "pikachu") or ID (e.g., "25").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name": "pikachu"
    },
    {
      "name": "25"
    }
  ],
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Pokémon name (e.g., \"pikachu\") or numeric ID (e.g., \"25\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

pokemon

https://github.com/pipeworx-io/mcp-pokemon

1/7 registries
View full server →