Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation

Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation. 1 operations. Lead operation: Get DeviceInformation. Self-contained Naftiko capability covering one Xcel Energy business surface.

Run with Naftiko Xcel EnergyDeviceInformation

What You Can Do

GET
Getdeviceinformation — Get DeviceInformation
/v1/edev/{edevid}/di

MCP Tools

get-deviceinformation

Get DeviceInformation

read-only idempotent

Capability Spec

smart-meter-deviceinformation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation
  description: 'Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation. 1 operations. Lead operation: Get DeviceInformation.
    Self-contained Naftiko capability covering one Xcel Energy business surface.'
  tags:
  - Xcel Energy
  - DeviceInformation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    XCEL_ENERGY_API_KEY: XCEL_ENERGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: smart-meter-deviceinformation
    baseUri: https://{meterHost}
    description: Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation business capability. Self-contained, no shared
      references.
    resources:
    - name: edev-edevId-di
      path: /edev/{edevId}/di
      operations:
      - name: getdeviceinformation
        method: GET
        description: Get DeviceInformation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: smart-meter-deviceinformation-rest
    port: 8080
    description: REST adapter for Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edev/{edevid}/di
      name: edev-edevid-di
      description: REST surface for edev-edevId-di.
      operations:
      - method: GET
        name: getdeviceinformation
        description: Get DeviceInformation
        call: smart-meter-deviceinformation.getdeviceinformation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smart-meter-deviceinformation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Xcel Energy Smart Meter IEEE 2030.5 API — DeviceInformation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-deviceinformation
      description: Get DeviceInformation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smart-meter-deviceinformation.getdeviceinformation
      outputParameters:
      - type: object
        mapping: $.