Dell Servers · Capability

Dell Servers Dell iDRAC Redfish REST API — Update Service

Dell Servers Dell iDRAC Redfish REST API — Update Service. 2 operations. Lead operation: Dell Servers Get update service. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersUpdate Service

What You Can Do

GET
Getupdateservice — Dell Servers Get update service
/v1/updateservice
GET
Listfirmwareinventory — Dell Servers List firmware inventory
/v1/updateservice/firmwareinventory

MCP Tools

dell-servers-get-update-service

Dell Servers Get update service

read-only idempotent
dell-servers-list-firmware-inventory

Dell Servers List firmware inventory

read-only idempotent

Capability Spec

idrac-redfish-update-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell iDRAC Redfish REST API — Update Service
  description: 'Dell Servers Dell iDRAC Redfish REST API — Update Service. 2 operations. Lead operation: Dell Servers Get
    update service. Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Update Service
  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: idrac-redfish-update-service
    baseUri: https://{idrac-ip}/redfish/v1
    description: Dell Servers Dell iDRAC Redfish REST API — Update Service business capability. Self-contained, no shared
      references.
    resources:
    - name: UpdateService
      path: /UpdateService
      operations:
      - name: getupdateservice
        method: GET
        description: Dell Servers Get update service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: UpdateService-FirmwareInventory
      path: /UpdateService/FirmwareInventory
      operations:
      - name: listfirmwareinventory
        method: GET
        description: Dell Servers List firmware inventory
        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: idrac-redfish-update-service-rest
    port: 8080
    description: REST adapter for Dell Servers Dell iDRAC Redfish REST API — Update Service. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/updateservice
      name: updateservice
      description: REST surface for UpdateService.
      operations:
      - method: GET
        name: getupdateservice
        description: Dell Servers Get update service
        call: idrac-redfish-update-service.getupdateservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/updateservice/firmwareinventory
      name: updateservice-firmwareinventory
      description: REST surface for UpdateService-FirmwareInventory.
      operations:
      - method: GET
        name: listfirmwareinventory
        description: Dell Servers List firmware inventory
        call: idrac-redfish-update-service.listfirmwareinventory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idrac-redfish-update-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell iDRAC Redfish REST API — Update Service. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: dell-servers-get-update-service
      description: Dell Servers Get update service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-update-service.getupdateservice
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-list-firmware-inventory
      description: Dell Servers List firmware inventory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-update-service.listfirmwareinventory
      outputParameters:
      - type: object
        mapping: $.