Webex · Capability

Webex Admin — Live Monitoring

Webex Admin — Live Monitoring. 1 operations. Lead operation: Get Live Meeting metrics categorized by Country. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexLive Monitoring

What You Can Do

POST
Getlivemeetingmetricsbycountry — Get Live Meeting metrics categorized by Country
/v1/livemonitoring/livemeetingsbycountry

MCP Tools

get-live-meeting-metrics-categorized

Get Live Meeting metrics categorized by Country

read-only

Capability Spec

admin-live-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Admin — Live Monitoring
  description: 'Webex Admin — Live Monitoring. 1 operations. Lead operation: Get Live Meeting metrics categorized by Country.
    Self-contained Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Live Monitoring
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-live-monitoring
    baseUri: ''
    description: Webex Admin — Live Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: livemonitoring-liveMeetingsByCountry
      path: /livemonitoring/liveMeetingsByCountry
      operations:
      - name: getlivemeetingmetricsbycountry
        method: POST
        description: Get Live Meeting metrics categorized by Country
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-live-monitoring-rest
    port: 8080
    description: REST adapter for Webex Admin — Live Monitoring. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/livemonitoring/livemeetingsbycountry
      name: livemonitoring-livemeetingsbycountry
      description: REST surface for livemonitoring-liveMeetingsByCountry.
      operations:
      - method: POST
        name: getlivemeetingmetricsbycountry
        description: Get Live Meeting metrics categorized by Country
        call: admin-live-monitoring.getlivemeetingmetricsbycountry
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-live-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Admin — Live Monitoring. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-live-meeting-metrics-categorized
      description: Get Live Meeting metrics categorized by Country
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: admin-live-monitoring.getlivemeetingmetricsbycountry
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.