Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments

Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments. 1 operations. Lead operation: List FunctionSetAssignments for an EndDevice. Self-contained Naftiko capability covering one Xcel Energy business surface.

Run with Naftiko Xcel EnergyFunctionSetAssignments

What You Can Do

GET
Listfunctionsetassignments — List FunctionSetAssignments for an EndDevice
/v1/edev/{edevid}/fsa

MCP Tools

list-functionsetassignments-enddevice

List FunctionSetAssignments for an EndDevice

read-only idempotent

Capability Spec

smart-meter-functionsetassignments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments
  description: 'Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments. 1 operations. Lead operation: List FunctionSetAssignments
    for an EndDevice. Self-contained Naftiko capability covering one Xcel Energy business surface.'
  tags:
  - Xcel Energy
  - FunctionSetAssignments
  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-functionsetassignments
    baseUri: https://{meterHost}
    description: Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments business capability. Self-contained, no
      shared references.
    resources:
    - name: edev-edevId-fsa
      path: /edev/{edevId}/fsa
      operations:
      - name: listfunctionsetassignments
        method: GET
        description: List FunctionSetAssignments for an EndDevice
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: smart-meter-functionsetassignments-rest
    port: 8080
    description: REST adapter for Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edev/{edevid}/fsa
      name: edev-edevid-fsa
      description: REST surface for edev-edevId-fsa.
      operations:
      - method: GET
        name: listfunctionsetassignments
        description: List FunctionSetAssignments for an EndDevice
        call: smart-meter-functionsetassignments.listfunctionsetassignments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smart-meter-functionsetassignments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Xcel Energy Smart Meter IEEE 2030.5 API — FunctionSetAssignments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-functionsetassignments-enddevice
      description: List FunctionSetAssignments for an EndDevice
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smart-meter-functionsetassignments.listfunctionsetassignments
      outputParameters:
      - type: object
        mapping: $.