Blizzard Entertainment · Capability

World of Warcraft Game Data API — Characters

World of Warcraft Game Data API — Characters. 1 operations. Lead operation: Get Character Profile Summary. Self-contained Naftiko capability covering one Blizzard Entertainment business surface.

Run with Naftiko Blizzard EntertainmentCharacters

What You Can Do

GET
Getcharacterprofilesummary — Get Character Profile Summary
/v1/profile/wow/character/{realmslug}/{charactername}

MCP Tools

get-character-profile-summary

Get Character Profile Summary

read-only idempotent

Capability Spec

blizzard-world-of-warcraft-characters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: World of Warcraft Game Data API — Characters
  description: 'World of Warcraft Game Data API — Characters. 1 operations. Lead operation: Get Character Profile Summary.
    Self-contained Naftiko capability covering one Blizzard Entertainment business surface.'
  tags:
  - Blizzard Entertainment
  - Characters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLIZZARD_ENTERTAINMENT_API_KEY: BLIZZARD_ENTERTAINMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: blizzard-world-of-warcraft-characters
    baseUri: https://us.api.blizzard.com
    description: World of Warcraft Game Data API — Characters business capability. Self-contained, no shared references.
    resources:
    - name: profile-wow-character-realmSlug-characterName
      path: /profile/wow/character/{realmSlug}/{characterName}
      operations:
      - name: getcharacterprofilesummary
        method: GET
        description: Get Character Profile Summary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: realmSlug
          in: path
          type: string
          required: true
        - name: characterName
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.BLIZZARD_ENTERTAINMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blizzard-world-of-warcraft-characters-rest
    port: 8080
    description: REST adapter for World of Warcraft Game Data API — Characters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/profile/wow/character/{realmslug}/{charactername}
      name: profile-wow-character-realmslug-charactername
      description: REST surface for profile-wow-character-realmSlug-characterName.
      operations:
      - method: GET
        name: getcharacterprofilesummary
        description: Get Character Profile Summary
        call: blizzard-world-of-warcraft-characters.getcharacterprofilesummary
        with:
          realmSlug: rest.realmSlug
          characterName: rest.characterName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blizzard-world-of-warcraft-characters-mcp
    port: 9090
    transport: http
    description: MCP adapter for World of Warcraft Game Data API — Characters. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-character-profile-summary
      description: Get Character Profile Summary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blizzard-world-of-warcraft-characters.getcharacterprofilesummary
      with:
        realmSlug: tools.realmSlug
        characterName: tools.characterName
      outputParameters:
      - type: object
        mapping: $.