Windstream Holdings · Capability

Windstream Enterprise Contact Center Services API — roles

Windstream Enterprise Contact Center Services API — roles. 2 operations. Lead operation: List Roles. Self-contained Naftiko capability covering one Windstream Holdings business surface.

Run with Naftiko Windstream Holdingsroles

What You Can Do

GET
Listroles — List Roles
/v1/roles
GET
Listtenantroles — List Tenant Roles
/v1/tenants/{tenantuuid}/roles

MCP Tools

list-roles

List Roles

read-only idempotent
list-tenant-roles

List Tenant Roles

read-only idempotent

Capability Spec

windstream-contact-center-roles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Windstream Enterprise Contact Center Services API — roles
  description: 'Windstream Enterprise Contact Center Services API — roles. 2 operations. Lead operation: List Roles. Self-contained
    Naftiko capability covering one Windstream Holdings business surface.'
  tags:
  - Windstream Holdings
  - roles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WINDSTREAM_HOLDINGS_API_KEY: WINDSTREAM_HOLDINGS_API_KEY
capability:
  consumes:
  - type: http
    namespace: windstream-contact-center-roles
    baseUri: https://{ccs_domain}/6/v2/api
    description: Windstream Enterprise Contact Center Services API — roles business capability. Self-contained, no shared
      references.
    resources:
    - name: roles
      path: /roles/
      operations:
      - name: listroles
        method: GET
        description: List Roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tenants-tenantUuid-roles
      path: /tenants/{tenantUuid}/roles
      operations:
      - name: listtenantroles
        method: GET
        description: List Tenant Roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tenantUuid
          in: path
          type: string
          description: Tenant UUID
          required: true
    authentication:
      type: bearer
      token: '{{env.WINDSTREAM_HOLDINGS_API_KEY}}'
  exposes:
  - type: rest
    namespace: windstream-contact-center-roles-rest
    port: 8080
    description: REST adapter for Windstream Enterprise Contact Center Services API — roles. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/roles
      name: roles
      description: REST surface for roles.
      operations:
      - method: GET
        name: listroles
        description: List Roles
        call: windstream-contact-center-roles.listroles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenants/{tenantuuid}/roles
      name: tenants-tenantuuid-roles
      description: REST surface for tenants-tenantUuid-roles.
      operations:
      - method: GET
        name: listtenantroles
        description: List Tenant Roles
        call: windstream-contact-center-roles.listtenantroles
        with:
          tenantUuid: rest.tenantUuid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: windstream-contact-center-roles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Windstream Enterprise Contact Center Services API — roles. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-roles
      description: List Roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: windstream-contact-center-roles.listroles
      outputParameters:
      - type: object
        mapping: $.
    - name: list-tenant-roles
      description: List Tenant Roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: windstream-contact-center-roles.listtenantroles
      with:
        tenantUuid: tools.tenantUuid
      outputParameters:
      - type: object
        mapping: $.