Unisys · Capability

Unisys Stealth EcoAPI — Roles

Unisys Stealth EcoAPI — Roles. 1 operations. Lead operation: Get Stealth Roles. Self-contained Naftiko capability covering one Unisys business surface.

Run with Naftiko UnisysRoles

What You Can Do

GET
Getstealthroles — Get Stealth Roles
/v1/api/roles

MCP Tools

get-stealth-roles

Get Stealth Roles

read-only idempotent

Capability Spec

stealth-ecoapi-roles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unisys Stealth EcoAPI — Roles
  description: 'Unisys Stealth EcoAPI — Roles. 1 operations. Lead operation: Get Stealth Roles. Self-contained Naftiko capability
    covering one Unisys business surface.'
  tags:
  - Unisys
  - Roles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNISYS_API_KEY: UNISYS_API_KEY
capability:
  consumes:
  - type: http
    namespace: stealth-ecoapi-roles
    baseUri: https://{stealthHost}:{stealthPort}
    description: Unisys Stealth EcoAPI — Roles business capability. Self-contained, no shared references.
    resources:
    - name: api-roles
      path: /api/roles
      operations:
      - name: getstealthroles
        method: GET
        description: Get Stealth Roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.UNISYS_USER}}'
      password: '{{env.UNISYS_PASS}}'
  exposes:
  - type: rest
    namespace: stealth-ecoapi-roles-rest
    port: 8080
    description: REST adapter for Unisys Stealth EcoAPI — Roles. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/roles
      name: api-roles
      description: REST surface for api-roles.
      operations:
      - method: GET
        name: getstealthroles
        description: Get Stealth Roles
        call: stealth-ecoapi-roles.getstealthroles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stealth-ecoapi-roles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unisys Stealth EcoAPI — Roles. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-stealth-roles
      description: Get Stealth Roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stealth-ecoapi-roles.getstealthroles
      outputParameters:
      - type: object
        mapping: $.