Advanced Micro Devices · Capability

AMD ROCm Management API — Health

AMD ROCm Management API — Health. 1 operations. Lead operation: AMD ROCm Get GPU Device Health. Self-contained Naftiko capability covering one Advanced Micro Devices business surface.

Run with Naftiko Advanced Micro DevicesHealth

What You Can Do

GET
Getdevicehealth — AMD ROCm Get GPU Device Health
/v1/devices/{deviceid}/health

MCP Tools

amd-rocm-get-gpu-device

AMD ROCm Get GPU Device Health

read-only idempotent

Capability Spec

amd-rocm-management-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AMD ROCm Management API — Health
  description: 'AMD ROCm Management API — Health. 1 operations. Lead operation: AMD ROCm Get GPU Device Health. Self-contained
    Naftiko capability covering one Advanced Micro Devices business surface.'
  tags:
  - Advanced Micro Devices
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADVANCED_MICRO_DEVICES_API_KEY: ADVANCED_MICRO_DEVICES_API_KEY
capability:
  consumes:
  - type: http
    namespace: amd-rocm-management-health
    baseUri: https://rocm-mgmt.amd.com/v1
    description: AMD ROCm Management API — Health business capability. Self-contained, no shared references.
    resources:
    - name: devices-deviceId-health
      path: /devices/{deviceId}/health
      operations:
      - name: getdevicehealth
        method: GET
        description: AMD ROCm Get GPU Device Health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceId
          in: path
          type: string
          description: GPU device identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.ADVANCED_MICRO_DEVICES_API_KEY}}'
  exposes:
  - type: rest
    namespace: amd-rocm-management-health-rest
    port: 8080
    description: REST adapter for AMD ROCm Management API — Health. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/devices/{deviceid}/health
      name: devices-deviceid-health
      description: REST surface for devices-deviceId-health.
      operations:
      - method: GET
        name: getdevicehealth
        description: AMD ROCm Get GPU Device Health
        call: amd-rocm-management-health.getdevicehealth
        with:
          deviceId: rest.deviceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amd-rocm-management-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for AMD ROCm Management API — Health. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amd-rocm-get-gpu-device
      description: AMD ROCm Get GPU Device Health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amd-rocm-management-health.getdevicehealth
      with:
        deviceId: tools.deviceId
      outputParameters:
      - type: object
        mapping: $.