Blizzard Entertainment · Capability

World of Warcraft Game Data API — Guilds

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

Run with Naftiko Blizzard EntertainmentGuilds

What You Can Do

GET
Getguild — Get Guild
/v1/data/wow/guild/{realmslug}/{nameslug}

MCP Tools

get-guild

Get Guild

read-only idempotent

Capability Spec

blizzard-world-of-warcraft-guilds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: World of Warcraft Game Data API — Guilds
  description: 'World of Warcraft Game Data API — Guilds. 1 operations. Lead operation: Get Guild. Self-contained Naftiko
    capability covering one Blizzard Entertainment business surface.'
  tags:
  - Blizzard Entertainment
  - Guilds
  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-guilds
    baseUri: https://us.api.blizzard.com
    description: World of Warcraft Game Data API — Guilds business capability. Self-contained, no shared references.
    resources:
    - name: data-wow-guild-realmSlug-nameSlug
      path: /data/wow/guild/{realmSlug}/{nameSlug}
      operations:
      - name: getguild
        method: GET
        description: Get Guild
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: realmSlug
          in: path
          type: string
          required: true
        - name: nameSlug
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.BLIZZARD_ENTERTAINMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blizzard-world-of-warcraft-guilds-rest
    port: 8080
    description: REST adapter for World of Warcraft Game Data API — Guilds. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/data/wow/guild/{realmslug}/{nameslug}
      name: data-wow-guild-realmslug-nameslug
      description: REST surface for data-wow-guild-realmSlug-nameSlug.
      operations:
      - method: GET
        name: getguild
        description: Get Guild
        call: blizzard-world-of-warcraft-guilds.getguild
        with:
          realmSlug: rest.realmSlug
          nameSlug: rest.nameSlug
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blizzard-world-of-warcraft-guilds-mcp
    port: 9090
    transport: http
    description: MCP adapter for World of Warcraft Game Data API — Guilds. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-guild
      description: Get Guild
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blizzard-world-of-warcraft-guilds.getguild
      with:
        realmSlug: tools.realmSlug
        nameSlug: tools.nameSlug
      outputParameters:
      - type: object
        mapping: $.