Dell Servers · Capability

Dell Servers Dell OpenManage Enterprise API — Groups

Dell Servers Dell OpenManage Enterprise API — Groups. 2 operations. Lead operation: Dell Servers List device groups. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersGroups

What You Can Do

GET
Listgroups — Dell Servers List device groups
/v1/groupservice/groups
GET
Listgroupdevices — Dell Servers List devices in a group
/v1/groupservice/groups-groupid/devices

MCP Tools

dell-servers-list-device-groups

Dell Servers List device groups

read-only idempotent
dell-servers-list-devices-group

Dell Servers List devices in a group

read-only idempotent

Capability Spec

openmanage-enterprise-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell OpenManage Enterprise API — Groups
  description: 'Dell Servers Dell OpenManage Enterprise API — Groups. 2 operations. Lead operation: Dell Servers List device
    groups. Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DELL_SERVERS_API_KEY: DELL_SERVERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: openmanage-enterprise-groups
    baseUri: https://{ome-server}/api
    description: Dell Servers Dell OpenManage Enterprise API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: GroupService-Groups
      path: /GroupService/Groups
      operations:
      - name: listgroups
        method: GET
        description: Dell Servers List device groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData filter expression to narrow results
    - name: GroupService-Groups({GroupId})-Devices
      path: /GroupService/Groups({GroupId})/Devices
      operations:
      - name: listgroupdevices
        method: GET
        description: Dell Servers List devices in a group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.DELL_SERVERS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: openmanage-enterprise-groups-rest
    port: 8080
    description: REST adapter for Dell Servers Dell OpenManage Enterprise API — Groups. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/groupservice/groups
      name: groupservice-groups
      description: REST surface for GroupService-Groups.
      operations:
      - method: GET
        name: listgroups
        description: Dell Servers List device groups
        call: openmanage-enterprise-groups.listgroups
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/groupservice/groups-groupid/devices
      name: groupservice-groups-groupid-devices
      description: REST surface for GroupService-Groups({GroupId})-Devices.
      operations:
      - method: GET
        name: listgroupdevices
        description: Dell Servers List devices in a group
        call: openmanage-enterprise-groups.listgroupdevices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openmanage-enterprise-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell OpenManage Enterprise API — Groups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: dell-servers-list-device-groups
      description: Dell Servers List device groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openmanage-enterprise-groups.listgroups
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-list-devices-group
      description: Dell Servers List devices in a group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openmanage-enterprise-groups.listgroupdevices
      outputParameters:
      - type: object
        mapping: $.