Microsoft Azure · Capability

Microsoft Azure Azure IoT Central — deviceGroups

Microsoft Azure Azure IoT Central — deviceGroups. 6 operations. Lead operation: Microsoft Azure Get The List Of Device Groups In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzuredeviceGroups

What You Can Do

GET
Microsoftazuredevicegroupslist — Microsoft Azure Get The List Of Device Groups In An Application
/v1/devicegroups
GET
Microsoftazuredevicegroupsget — Microsoft Azure Get The Device Group By Id
/v1/devicegroups/{devicegroupid}
PUT
Microsoftazuredevicegroupscreate — Microsoft Azure Create Or Update A Device Group
/v1/devicegroups/{devicegroupid}
PATCH
Microsoftazuredevicegroupsupdate — Microsoft Azure Update A Device Group Via Patch
/v1/devicegroups/{devicegroupid}
DELETE
Microsoftazuredevicegroupsremove — Microsoft Azure Delete A Device Group
/v1/devicegroups/{devicegroupid}
GET
Microsoftazuredevicegroupsgetdevices — Microsoft Azure Get The Devices Of A Device Group
/v1/devicegroups/{devicegroupid}/devices

MCP Tools

microsoft-azure-get-list-device

Microsoft Azure Get The List Of Device Groups In An Application

read-only idempotent
microsoft-azure-get-device-group

Microsoft Azure Get The Device Group By Id

read-only idempotent
microsoft-azure-create-update-device

Microsoft Azure Create Or Update A Device Group

idempotent
microsoft-azure-update-device-group

Microsoft Azure Update A Device Group Via Patch

idempotent
microsoft-azure-delete-device-group

Microsoft Azure Delete A Device Group

idempotent
microsoft-azure-get-devices-device

Microsoft Azure Get The Devices Of A Device Group

read-only idempotent

Capability Spec

azure-iot-central-devicegroups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure IoT Central — deviceGroups
  description: 'Microsoft Azure Azure IoT Central — deviceGroups. 6 operations. Lead operation: Microsoft Azure Get The List
    Of Device Groups In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - deviceGroups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-iot-central-devicegroups
    baseUri: ''
    description: Microsoft Azure Azure IoT Central — deviceGroups business capability. Self-contained, no shared references.
    resources:
    - name: deviceGroups
      path: /deviceGroups
      operations:
      - name: microsoftazuredevicegroupslist
        method: GET
        description: Microsoft Azure Get The List Of Device Groups In An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceGroups-deviceGroupId
      path: /deviceGroups/{deviceGroupId}
      operations:
      - name: microsoftazuredevicegroupsget
        method: GET
        description: Microsoft Azure Get The Device Group By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuredevicegroupscreate
        method: PUT
        description: Microsoft Azure Create Or Update A Device Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Device group body.
          required: true
      - name: microsoftazuredevicegroupsupdate
        method: PATCH
        description: Microsoft Azure Update A Device Group Via Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Device group patch body.
          required: true
      - name: microsoftazuredevicegroupsremove
        method: DELETE
        description: Microsoft Azure Delete A Device Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceGroups-deviceGroupId-devices
      path: /deviceGroups/{deviceGroupId}/devices
      operations:
      - name: microsoftazuredevicegroupsgetdevices
        method: GET
        description: Microsoft Azure Get The Devices Of A Device Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-iot-central-devicegroups-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure IoT Central — deviceGroups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/devicegroups
      name: devicegroups
      description: REST surface for deviceGroups.
      operations:
      - method: GET
        name: microsoftazuredevicegroupslist
        description: Microsoft Azure Get The List Of Device Groups In An Application
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicegroups/{devicegroupid}
      name: devicegroups-devicegroupid
      description: REST surface for deviceGroups-deviceGroupId.
      operations:
      - method: GET
        name: microsoftazuredevicegroupsget
        description: Microsoft Azure Get The Device Group By Id
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredevicegroupscreate
        description: Microsoft Azure Create Or Update A Device Group
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredevicegroupsupdate
        description: Microsoft Azure Update A Device Group Via Patch
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredevicegroupsremove
        description: Microsoft Azure Delete A Device Group
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupsremove
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicegroups/{devicegroupid}/devices
      name: devicegroups-devicegroupid-devices
      description: REST surface for deviceGroups-deviceGroupId-devices.
      operations:
      - method: GET
        name: microsoftazuredevicegroupsgetdevices
        description: Microsoft Azure Get The Devices Of A Device Group
        call: azure-iot-central-devicegroups.microsoftazuredevicegroupsgetdevices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-iot-central-devicegroups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure IoT Central — deviceGroups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-device
      description: Microsoft Azure Get The List Of Device Groups In An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-device-group
      description: Microsoft Azure Get The Device Group By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-device
      description: Microsoft Azure Create Or Update A Device Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-device-group
      description: Microsoft Azure Update A Device Group Via Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-device-group
      description: Microsoft Azure Delete A Device Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupsremove
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-devices-device
      description: Microsoft Azure Get The Devices Of A Device Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-devicegroups.microsoftazuredevicegroupsgetdevices
      outputParameters:
      - type: object
        mapping: $.