Webex · Capability

Webex Cloud Calling — Call Queue Settings with Playlist Settings

Webex Cloud Calling — Call Queue Settings with Playlist Settings. 1 operations. Lead operation: Get Playlist Usage. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexCall Queue Settings with Playlist Settings

What You Can Do

GET
Getplaylistusage — Get Playlist Usage
/v1/telephony/config/announcements/playlists/{playlistid}/usage

MCP Tools

get-playlist-usage

Get Playlist Usage

read-only idempotent

Capability Spec

cloud-calling-call-queue-settings-with-playlist-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Cloud Calling — Call Queue Settings with Playlist Settings
  description: 'Webex Cloud Calling — Call Queue Settings with Playlist Settings. 1 operations. Lead operation: Get Playlist
    Usage. Self-contained Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Call Queue Settings with Playlist Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-calling-call-queue-settings-with-playlist-settings
    baseUri: ''
    description: Webex Cloud Calling — Call Queue Settings with Playlist Settings business capability. Self-contained, no
      shared references.
    resources:
    - name: telephony-config-announcements-playlists-playListId-usage
      path: /telephony/config/announcements/playlists/{playListId}/usage
      operations:
      - name: getplaylistusage
        method: GET
        description: Get Playlist Usage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: playListId
          in: path
          type: string
          description: Unique identifier of the playlist.
          required: true
        - name: playlistUsageType
          in: query
          type: string
          description: Filter usage by type.
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-calling-call-queue-settings-with-playlist-settings-rest
    port: 8080
    description: REST adapter for Webex Cloud Calling — Call Queue Settings with Playlist Settings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/telephony/config/announcements/playlists/{playlistid}/usage
      name: telephony-config-announcements-playlists-playlistid-usage
      description: REST surface for telephony-config-announcements-playlists-playListId-usage.
      operations:
      - method: GET
        name: getplaylistusage
        description: Get Playlist Usage
        call: cloud-calling-call-queue-settings-with-playlist-settings.getplaylistusage
        with:
          playListId: rest.playListId
          playlistUsageType: rest.playlistUsageType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-calling-call-queue-settings-with-playlist-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Cloud Calling — Call Queue Settings with Playlist Settings. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-playlist-usage
      description: Get Playlist Usage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-calling-call-queue-settings-with-playlist-settings.getplaylistusage
      with:
        playListId: tools.playListId
        playlistUsageType: tools.playlistUsageType
      outputParameters:
      - type: object
        mapping: $.