Cisco Webex · Capability

Cisco Webex Licenses API — Licenses

Cisco Webex Licenses API — Licenses. 3 operations. Lead operation: Cisco Webex List Licenses. Self-contained Naftiko capability covering one Cisco Webex business surface.

Run with Naftiko Cisco WebexLicenses

What You Can Do

GET
Listlicenses — Cisco Webex List Licenses
/v1/licenses
PATCH
Assignlicensestousers — Cisco Webex Assign Licenses to Users
/v1/licenses/users
GET
Getlicensedetails — Cisco Webex Get License Details
/v1/licenses/{licenseid}

MCP Tools

cisco-webex-list-licenses

Cisco Webex List Licenses

read-only idempotent
cisco-webex-assign-licenses-users

Cisco Webex Assign Licenses to Users

idempotent
cisco-webex-get-license-details

Cisco Webex Get License Details

read-only idempotent

Capability Spec

licenses-licenses.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Webex Licenses API — Licenses
  description: 'Cisco Webex Licenses API — Licenses. 3 operations. Lead operation: Cisco Webex List Licenses. Self-contained
    Naftiko capability covering one Cisco Webex business surface.'
  tags:
  - Cisco Webex
  - Licenses
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CISCO_WEBEX_API_KEY: CISCO_WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: licenses-licenses
    baseUri: https://webexapis.com/v1
    description: Cisco Webex Licenses API — Licenses business capability. Self-contained, no shared references.
    resources:
    - name: licenses
      path: /licenses
      operations:
      - name: listlicenses
        method: GET
        description: Cisco Webex List Licenses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: query
          type: string
          description: Filter by organization ID.
    - name: licenses-users
      path: /licenses/users
      operations:
      - name: assignlicensestousers
        method: PATCH
        description: Cisco Webex Assign Licenses to Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: licenses-licenseId
      path: /licenses/{licenseId}
      operations:
      - name: getlicensedetails
        method: GET
        description: Cisco Webex Get License Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: licenseId
          in: path
          type: string
          description: Unique identifier for the license.
          required: true
        - name: includeAssignedTo
          in: query
          type: string
          description: Set to 'user' to include the list of users assigned to this license.
        - name: next
          in: query
          type: string
          description: Pagination token for retrieving additional assigned users.
        - name: limit
          in: query
          type: integer
          description: Maximum number of assigned users to return (default 300, max 300).
    authentication:
      type: bearer
      token: '{{env.CISCO_WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: licenses-licenses-rest
    port: 8080
    description: REST adapter for Cisco Webex Licenses API — Licenses. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/licenses
      name: licenses
      description: REST surface for licenses.
      operations:
      - method: GET
        name: listlicenses
        description: Cisco Webex List Licenses
        call: licenses-licenses.listlicenses
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/licenses/users
      name: licenses-users
      description: REST surface for licenses-users.
      operations:
      - method: PATCH
        name: assignlicensestousers
        description: Cisco Webex Assign Licenses to Users
        call: licenses-licenses.assignlicensestousers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/licenses/{licenseid}
      name: licenses-licenseid
      description: REST surface for licenses-licenseId.
      operations:
      - method: GET
        name: getlicensedetails
        description: Cisco Webex Get License Details
        call: licenses-licenses.getlicensedetails
        with:
          licenseId: rest.licenseId
          includeAssignedTo: rest.includeAssignedTo
          next: rest.next
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: licenses-licenses-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Webex Licenses API — Licenses. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: cisco-webex-list-licenses
      description: Cisco Webex List Licenses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licenses-licenses.listlicenses
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-webex-assign-licenses-users
      description: Cisco Webex Assign Licenses to Users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: licenses-licenses.assignlicensestousers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-webex-get-license-details
      description: Cisco Webex Get License Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licenses-licenses.getlicensedetails
      with:
        licenseId: tools.licenseId
        includeAssignedTo: tools.includeAssignedTo
        next: tools.next
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.