Webex · Capability

Webex Contact Center — Search

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

Run with Naftiko WebexSearch

What You Can Do

POST
Getsearchresults — Search tasks
/v1/search

MCP Tools

search-tasks

Search tasks

read-only

Capability Spec

contact-center-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Search
  description: 'Webex Contact Center — Search. 1 operations. Lead operation: Search tasks. Self-contained Naftiko capability
    covering one Webex business surface.'
  tags:
  - Webex
  - Search
  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-search
    baseUri: ''
    description: Webex Contact Center — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: getsearchresults
        method: POST
        description: Search tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: query
          type: string
          description: Organization ID to use for this operation. If unspecified, inferred from token. Token must have permission
            to interact with this organization.
        - name: TrackingId
          in: header
          type: string
          description: Tracking ID to use for this operation, for traceability, debugging, and error reporting purposes.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-search-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Search. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: POST
        name: getsearchresults
        description: Search tasks
        call: contact-center-search.getsearchresults
        with:
          orgId: rest.orgId
          TrackingId: rest.TrackingId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Search. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-tasks
      description: Search tasks
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: contact-center-search.getsearchresults
      with:
        orgId: tools.orgId
        TrackingId: tools.TrackingId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.