You're viewing a demo portfolio

Join the waitlist
PRSM

league_entries

Active

Tool of Riot Games

declared in 0.1.0

List all LoL ranked ladder entries for a queue (RANKED_SOLO_5x5), tier (DIAMOND), and division (I) on a platform; paginates with page parameter.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tier": "DIAMOND",
      "queue": "RANKED_SOLO_5x5",
      "division": "I",
      "platform": "na1"
    }
  ],
  "required": [
    "platform",
    "queue",
    "tier",
    "division"
  ],
  "properties": {
    "page": {
      "type": "number"
    },
    "tier": {
      "type": "string"
    },
    "queue": {
      "type": "string"
    },
    "division": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Riot Games

https://github.com/pipeworx-io/mcp-riot-games

1/7 registries
View full server →
league_entries — Riot Games — PRSM MCP