You're viewing a demo portfolio

Join the waitlist
PRSM

get_evolution_chain

Active

Tool of pokemon

declared in 0.1.0

Trace a full evolution line by chain ID. Returns each stage with evolution triggers, level requirements, and items needed.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 1
    },
    {
      "id": 10
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Evolution chain ID (e.g., 1 for Bulbasaur line, 10 for Caterpie line)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

pokemon

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

1/7 registries
View full server →
get_evolution_chain — pokemon — PRSM MCP