Webex · Capability

Webex Contact Center — Captures

Webex Contact Center — Captures. 1 operations. Lead operation: List Captures. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexCaptures

What You Can Do

POST
Downloadmultirecordingpath — List Captures
/v1/v1/captures/query

MCP Tools

list-captures

List Captures

read-only

Capability Spec

contact-center-captures.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Captures
  description: 'Webex Contact Center — Captures. 1 operations. Lead operation: List Captures. Self-contained Naftiko capability
    covering one Webex business surface.'
  tags:
  - Webex
  - Captures
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: contact-center-captures
    baseUri: ''
    description: Webex Contact Center — Captures business capability. Self-contained, no shared references.
    resources:
    - name: v1-captures-query
      path: /v1/captures/query
      operations:
      - name: downloadmultirecordingpath
        method: POST
        description: List Captures
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-captures-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Captures. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/captures/query
      name: v1-captures-query
      description: REST surface for v1-captures-query.
      operations:
      - method: POST
        name: downloadmultirecordingpath
        description: List Captures
        call: contact-center-captures.downloadmultirecordingpath
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-captures-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Captures. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-captures
      description: List Captures
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: contact-center-captures.downloadmultirecordingpath
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.