Blizzard Entertainment · Capability

Diablo III Community API — Artisans

Diablo III Community API — Artisans. 1 operations. Lead operation: Get Artisan. Self-contained Naftiko capability covering one Blizzard Entertainment business surface.

Run with Naftiko Blizzard EntertainmentArtisans

What You Can Do

GET
Getartisan — Get Artisan
/v1/d3/data/artisan/{artisanslug}

MCP Tools

get-artisan

Get Artisan

read-only idempotent

Capability Spec

blizzard-diablo-iii-artisans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Diablo III Community API — Artisans
  description: 'Diablo III Community API — Artisans. 1 operations. Lead operation: Get Artisan. Self-contained Naftiko capability
    covering one Blizzard Entertainment business surface.'
  tags:
  - Blizzard Entertainment
  - Artisans
  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-diablo-iii-artisans
    baseUri: https://us.api.blizzard.com
    description: Diablo III Community API — Artisans business capability. Self-contained, no shared references.
    resources:
    - name: d3-data-artisan-artisanSlug
      path: /d3/data/artisan/{artisanSlug}
      operations:
      - name: getartisan
        method: GET
        description: Get Artisan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: artisanSlug
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.BLIZZARD_ENTERTAINMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blizzard-diablo-iii-artisans-rest
    port: 8080
    description: REST adapter for Diablo III Community API — Artisans. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/d3/data/artisan/{artisanslug}
      name: d3-data-artisan-artisanslug
      description: REST surface for d3-data-artisan-artisanSlug.
      operations:
      - method: GET
        name: getartisan
        description: Get Artisan
        call: blizzard-diablo-iii-artisans.getartisan
        with:
          artisanSlug: rest.artisanSlug
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blizzard-diablo-iii-artisans-mcp
    port: 9090
    transport: http
    description: MCP adapter for Diablo III Community API — Artisans. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-artisan
      description: Get Artisan
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blizzard-diablo-iii-artisans.getartisan
      with:
        artisanSlug: tools.artisanSlug
      outputParameters:
      - type: object
        mapping: $.