Blizzard Entertainment · Capability

Diablo III Community API — Items

Diablo III Community API — Items. 1 operations. Lead operation: Get Item Type Index. Self-contained Naftiko capability covering one Blizzard Entertainment business surface.

Run with Naftiko Blizzard EntertainmentItems

What You Can Do

GET
Getitemtypeindex — Get Item Type Index
/v1/d3/data/item-type

MCP Tools

get-item-type-index

Get Item Type Index

read-only idempotent

Capability Spec

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