Webex · Capability

Webex for UCM — UCM Profile

Webex for UCM — UCM Profile. 1 operations. Lead operation: Read the List of UC Manager Profiles. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexUCM Profile

What You Can Do

GET
Readthelistofucmanagerprofiles — Read the List of UC Manager Profiles
/v1/telephony/config/callingprofiles

MCP Tools

read-list-uc-manager-profiles

Read the List of UC Manager Profiles

read-only idempotent

Capability Spec

ucm-ucm-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex for UCM — UCM Profile
  description: 'Webex for UCM — UCM Profile. 1 operations. Lead operation: Read the List of UC Manager Profiles. Self-contained
    Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - UCM Profile
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: ucm-ucm-profile
    baseUri: ''
    description: Webex for UCM — UCM Profile business capability. Self-contained, no shared references.
    resources:
    - name: telephony-config-callingProfiles
      path: /telephony/config/callingProfiles
      operations:
      - name: readthelistofucmanagerprofiles
        method: GET
        description: Read the List of UC Manager Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: query
          type: string
          description: List manager profiles in this organization.
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: ucm-ucm-profile-rest
    port: 8080
    description: REST adapter for Webex for UCM — UCM Profile. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/telephony/config/callingprofiles
      name: telephony-config-callingprofiles
      description: REST surface for telephony-config-callingProfiles.
      operations:
      - method: GET
        name: readthelistofucmanagerprofiles
        description: Read the List of UC Manager Profiles
        call: ucm-ucm-profile.readthelistofucmanagerprofiles
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ucm-ucm-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex for UCM — UCM Profile. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: read-list-uc-manager-profiles
      description: Read the List of UC Manager Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ucm-ucm-profile.readthelistofucmanagerprofiles
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.