HP · Capability

HP Workforce Solutions Analytics API — Devices

HP Workforce Solutions Analytics API — Devices. 1 operations. Lead operation: Get Devices. Self-contained Naftiko capability covering one Hp business surface.

Run with Naftiko HpDevices

What You Can Do

GET
Getdevices — Get Devices
/v1/devices

MCP Tools

get-devices

Get Devices

read-only idempotent

Capability Spec

workforce-solutions-analytics-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HP Workforce Solutions Analytics API — Devices
  description: 'HP Workforce Solutions Analytics API — Devices. 1 operations. Lead operation: Get Devices. Self-contained
    Naftiko capability covering one Hp business surface.'
  tags:
  - Hp
  - Devices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HP_API_KEY: HP_API_KEY
capability:
  consumes:
  - type: http
    namespace: workforce-solutions-analytics-devices
    baseUri: https://daas.api.hp.com
    description: HP Workforce Solutions Analytics API — Devices business capability. Self-contained, no shared references.
    resources:
    - name: devices
      path: /devices
      operations:
      - name: getdevices
        method: GET
        description: Get Devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: workforce-solutions-analytics-devices-rest
    port: 8080
    description: REST adapter for HP Workforce Solutions Analytics API — Devices. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/devices
      name: devices
      description: REST surface for devices.
      operations:
      - method: GET
        name: getdevices
        description: Get Devices
        call: workforce-solutions-analytics-devices.getdevices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workforce-solutions-analytics-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for HP Workforce Solutions Analytics API — Devices. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-devices
      description: Get Devices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workforce-solutions-analytics-devices.getdevices
      outputParameters:
      - type: object
        mapping: $.