Blizzard Entertainment · Capability

Hearthstone Game Data API — Card Backs

Hearthstone Game Data API — Card Backs. 1 operations. Lead operation: Search Card Backs. Self-contained Naftiko capability covering one Blizzard Entertainment business surface.

Run with Naftiko Blizzard EntertainmentCard Backs

What You Can Do

GET
Searchcardbacks — Search Card Backs
/v1/hearthstone/cardbacks

MCP Tools

search-card-backs

Search Card Backs

read-only idempotent

Capability Spec

blizzard-hearthstone-card-backs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hearthstone Game Data API — Card Backs
  description: 'Hearthstone Game Data API — Card Backs. 1 operations. Lead operation: Search Card Backs. Self-contained Naftiko
    capability covering one Blizzard Entertainment business surface.'
  tags:
  - Blizzard Entertainment
  - Card Backs
  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-hearthstone-card-backs
    baseUri: https://us.api.blizzard.com
    description: Hearthstone Game Data API — Card Backs business capability. Self-contained, no shared references.
    resources:
    - name: hearthstone-cardbacks
      path: /hearthstone/cardbacks
      operations:
      - name: searchcardbacks
        method: GET
        description: Search Card Backs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.BLIZZARD_ENTERTAINMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blizzard-hearthstone-card-backs-rest
    port: 8080
    description: REST adapter for Hearthstone Game Data API — Card Backs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/hearthstone/cardbacks
      name: hearthstone-cardbacks
      description: REST surface for hearthstone-cardbacks.
      operations:
      - method: GET
        name: searchcardbacks
        description: Search Card Backs
        call: blizzard-hearthstone-card-backs.searchcardbacks
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blizzard-hearthstone-card-backs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hearthstone Game Data API — Card Backs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: search-card-backs
      description: Search Card Backs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blizzard-hearthstone-card-backs.searchcardbacks
      outputParameters:
      - type: object
        mapping: $.