Riot Games · Capability

Riot Games League of Legends API — Champion

Riot Games League of Legends API — Champion. 1 operations. Lead operation: Get Champion Rotations. Self-contained Naftiko capability covering one Riot Games business surface.

Run with Naftiko Riot GamesChampion

What You Can Do

GET
Getchampionrotations — Get Champion Rotations
/v1/lol/champion/v3/champion-rotations

MCP Tools

get-champion-rotations

Get Champion Rotations

read-only idempotent

Capability Spec

league-of-legends-champion.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Riot Games League of Legends API — Champion
  description: 'Riot Games League of Legends API — Champion. 1 operations. Lead operation: Get Champion Rotations. Self-contained
    Naftiko capability covering one Riot Games business surface.'
  tags:
  - Riot Games
  - Champion
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RIOT_GAMES_API_KEY: RIOT_GAMES_API_KEY
capability:
  consumes:
  - type: http
    namespace: league-of-legends-champion
    baseUri: https://na1.api.riotgames.com
    description: Riot Games League of Legends API — Champion business capability. Self-contained, no shared references.
    resources:
    - name: lol-champion-v3-champion-rotations
      path: /lol/champion/v3/champion-rotations
      operations:
      - name: getchampionrotations
        method: GET
        description: Get Champion Rotations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Riot-Token
      value: '{{env.RIOT_GAMES_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: league-of-legends-champion-rest
    port: 8080
    description: REST adapter for Riot Games League of Legends API — Champion. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/lol/champion/v3/champion-rotations
      name: lol-champion-v3-champion-rotations
      description: REST surface for lol-champion-v3-champion-rotations.
      operations:
      - method: GET
        name: getchampionrotations
        description: Get Champion Rotations
        call: league-of-legends-champion.getchampionrotations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: league-of-legends-champion-mcp
    port: 9090
    transport: http
    description: MCP adapter for Riot Games League of Legends API — Champion. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-champion-rotations
      description: Get Champion Rotations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: league-of-legends-champion.getchampionrotations
      outputParameters:
      - type: object
        mapping: $.