Webex · Capability

Webex Contact Center — Generated Summaries

Webex Contact Center — Generated Summaries. 3 operations. Lead operation: Get specific Generated Summaries resource by ID. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexGenerated Summaries

What You Can Do

GET
Getconfiggeneratedsummaries — Get specific Generated Summaries resource by ID
/v1/organization/{orgid}/generated-summaries/{id}
PUT
Updateconfiggeneratedsummaries — Update specific Generated Summaries resource by ID
/v1/organization/{orgid}/generated-summaries/{id}
GET
Getallconfigwithmetadatageneratedsummaries — List Generated Summaries resource(s)
/v1/organization/{orgid}/v2/generated-summaries

MCP Tools

get-specific-generated-summaries-resource

Get specific Generated Summaries resource by ID

read-only idempotent
update-specific-generated-summaries-resource

Update specific Generated Summaries resource by ID

idempotent
list-generated-summaries-resource-s

List Generated Summaries resource(s)

read-only idempotent

Capability Spec

contact-center-generated-summaries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Generated Summaries
  description: 'Webex Contact Center — Generated Summaries. 3 operations. Lead operation: Get specific Generated Summaries
    resource by ID. Self-contained Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Generated Summaries
  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-generated-summaries
    baseUri: ''
    description: Webex Contact Center — Generated Summaries business capability. Self-contained, no shared references.
    resources:
    - name: organization-orgid-generated-summaries-id
      path: /organization/{orgid}/generated-summaries/{id}
      operations:
      - name: getconfiggeneratedsummaries
        method: GET
        description: Get specific Generated Summaries resource by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgid
          in: path
          type: string
          description: Organization ID to be used for this operation. The specified security token must have permission to
            interact with the organization.
          required: true
        - name: id
          in: path
          type: string
          description: Resource ID of the Generated Summaries resource.
          required: true
      - name: updateconfiggeneratedsummaries
        method: PUT
        description: Update specific Generated Summaries resource by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgid
          in: path
          type: string
          description: Organization ID to be used for this operation. The specified security token must have permission to
            interact with the organization.
          required: true
        - name: id
          in: path
          type: string
          description: Resource ID of the Generated Summaries resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: organization-orgid-v2-generated-summaries
      path: /organization/{orgid}/v2/generated-summaries
      operations:
      - name: getallconfigwithmetadatageneratedsummaries
        method: GET
        description: List Generated Summaries resource(s)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgid
          in: path
          type: string
          description: Organization ID to be used for this operation. The specified security token must have permission to
            interact with the organization.
          required: true
        - name: filter
          in: query
          type: string
          description: 'Specify a filter based on which the results will be fetched. All the fields are supported except:
            organizationId, createdTime, lastUpdatedTime '
        - name: attributes
          in: query
          type: string
          description: Specify the attributes to be returned. By default, all attributes are returned along with the specified
            columns. All attributes are supported.
        - name: page
          in: query
          type: integer
          description: Defines the number of displayed page. The page number starts from 0.
        - name: pageSize
          in: query
          type: integer
          description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
            max page size, the API will automatically adjust the page si
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-generated-summaries-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Generated Summaries. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organization/{orgid}/generated-summaries/{id}
      name: organization-orgid-generated-summaries-id
      description: REST surface for organization-orgid-generated-summaries-id.
      operations:
      - method: GET
        name: getconfiggeneratedsummaries
        description: Get specific Generated Summaries resource by ID
        call: contact-center-generated-summaries.getconfiggeneratedsummaries
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfiggeneratedsummaries
        description: Update specific Generated Summaries resource by ID
        call: contact-center-generated-summaries.updateconfiggeneratedsummaries
        with:
          orgid: rest.orgid
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/v2/generated-summaries
      name: organization-orgid-v2-generated-summaries
      description: REST surface for organization-orgid-v2-generated-summaries.
      operations:
      - method: GET
        name: getallconfigwithmetadatageneratedsummaries
        description: List Generated Summaries resource(s)
        call: contact-center-generated-summaries.getallconfigwithmetadatageneratedsummaries
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-generated-summaries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Generated Summaries. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-specific-generated-summaries-resource
      description: Get specific Generated Summaries resource by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-generated-summaries.getconfiggeneratedsummaries
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-specific-generated-summaries-resource
      description: Update specific Generated Summaries resource by ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contact-center-generated-summaries.updateconfiggeneratedsummaries
      with:
        orgid: tools.orgid
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-generated-summaries-resource-s
      description: List Generated Summaries resource(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-generated-summaries.getallconfigwithmetadatageneratedsummaries
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.