Webex · Capability

Webex Contact Center — Team

Webex Contact Center — Team. 9 operations. Lead operation: List Team(s). Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexTeam

What You Can Do

GET
Getallconfig1 — List Team(s)
/v1/organization/{orgid}/team
POST
Createconfig3 — Create a new Team
/v1/organization/{orgid}/team
POST
Saveallconfig3 — Bulk save Team(s)
/v1/organization/{orgid}/team/bulk
POST
Purgeinactiveconfig2 — Purge inactive Team(s)
/v1/organization/{orgid}/team/purge-inactive-entities
GET
Getconfig4 — Get specific Team by ID
/v1/organization/{orgid}/team/{id}
PUT
Updateconfig4 — Update specific Team by ID
/v1/organization/{orgid}/team/{id}
DELETE
Deleteconfig3 — Delete specific Team by ID
/v1/organization/{orgid}/team/{id}
GET
Getincomingreferences2 — List references for a specific Team
/v1/organization/{orgid}/team/{id}/incoming-references
GET
Getallconfigwithmetadata4 — List Team(s)
/v1/organization/{orgid}/v2/team

MCP Tools

list-team-s

List Team(s)

read-only idempotent
create-new-team

Create a new Team

bulk-save-team-s

Bulk save Team(s)

purge-inactive-team-s

Purge inactive Team(s)

get-specific-team-id

Get specific Team by ID

read-only idempotent
update-specific-team-id

Update specific Team by ID

idempotent
delete-specific-team-id

Delete specific Team by ID

idempotent
list-references-specific-team

List references for a specific Team

read-only idempotent
list-team-s-2

List Team(s)

read-only idempotent

Capability Spec

contact-center-team.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Team
  description: 'Webex Contact Center — Team. 9 operations. Lead operation: List Team(s). Self-contained Naftiko capability
    covering one Webex business surface.'
  tags:
  - Webex
  - Team
  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-team
    baseUri: ''
    description: Webex Contact Center — Team business capability. Self-contained, no shared references.
    resources:
    - name: organization-orgid-team
      path: /organization/{orgid}/team
      operations:
      - name: getallconfig1
        method: GET
        description: List Team(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. Supported filterable fields:  id. '
        - 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. except (userIds, '
        - 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
        - name: singleObjectResponse
          in: query
          type: boolean
          description: Specifiy whether to include array fields in the response, This query param should use only if the response
            contain single record, if we are using for multiple o
      - name: createconfig3
        method: POST
        description: Create a new Team
        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: teamDTO
          in: query
          type: string
          required: true
    - name: organization-orgid-team-bulk
      path: /organization/{orgid}/team/bulk
      operations:
      - name: saveallconfig3
        method: POST
        description: Bulk save Team(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: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: organization-orgid-team-purge-inactive-entities
      path: /organization/{orgid}/team/purge-inactive-entities
      operations:
      - name: purgeinactiveconfig2
        method: POST
        description: Purge inactive Team(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: nextStartId
          in: query
          type: string
          description: This is the entity ID from which items for the next purge batch with be selected.
    - name: organization-orgid-team-id
      path: /organization/{orgid}/team/{id}
      operations:
      - name: getconfig4
        method: GET
        description: Get specific Team 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 Team
          required: true
      - name: updateconfig4
        method: PUT
        description: Update specific Team 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 Team.
          required: true
        - name: teamDTO
          in: query
          type: string
          required: true
      - name: deleteconfig3
        method: DELETE
        description: Delete specific Team 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 Team.
          required: true
    - name: organization-orgid-team-id-incoming-references
      path: /organization/{orgid}/team/{id}/incoming-references
      operations:
      - name: getincomingreferences2
        method: GET
        description: List references for a specific Team
        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: ID of this contact center resource.
          required: true
        - name: type
          in: query
          type: string
          description: Entity type of the other entity that has a reference to this specific entity.
        - 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
    - name: organization-orgid-v2-team
      path: /organization/{orgid}/v2/team
      operations:
      - name: getallconfigwithmetadata4
        method: GET
        description: List Team(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, userIds, queueRankings, createdTime, lastUpdat'
        - 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. except (userIds, '
        - name: search
          in: query
          type: string
          description: Filter data based on the search keyword.Supported search columns(name, description)
        - 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
        - name: supervisorView
          in: query
          type: boolean
          description: If set to true, the API will only return data that user has access to, according to User Profile
        - name: provisioningView
          in: query
          type: boolean
          description: If set to true, the API will only return data that user has access to, according to User Profile.
        - name: singleObjectResponse
          in: query
          type: boolean
          description: Specifiy whether to include array fields in the response, This query param should use only if the response
            contain single record, if we are using for multiple o
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-team-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Team. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organization/{orgid}/team
      name: organization-orgid-team
      description: REST surface for organization-orgid-team.
      operations:
      - method: GET
        name: getallconfig1
        description: List Team(s)
        call: contact-center-team.getallconfig1
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          page: rest.page
          pageSize: rest.pageSize
          singleObjectResponse: rest.singleObjectResponse
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconfig3
        description: Create a new Team
        call: contact-center-team.createconfig3
        with:
          orgid: rest.orgid
          teamDTO: rest.teamDTO
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/team/bulk
      name: organization-orgid-team-bulk
      description: REST surface for organization-orgid-team-bulk.
      operations:
      - method: POST
        name: saveallconfig3
        description: Bulk save Team(s)
        call: contact-center-team.saveallconfig3
        with:
          orgid: rest.orgid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/team/purge-inactive-entities
      name: organization-orgid-team-purge-inactive-entities
      description: REST surface for organization-orgid-team-purge-inactive-entities.
      operations:
      - method: POST
        name: purgeinactiveconfig2
        description: Purge inactive Team(s)
        call: contact-center-team.purgeinactiveconfig2
        with:
          orgid: rest.orgid
          nextStartId: rest.nextStartId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/team/{id}
      name: organization-orgid-team-id
      description: REST surface for organization-orgid-team-id.
      operations:
      - method: GET
        name: getconfig4
        description: Get specific Team by ID
        call: contact-center-team.getconfig4
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfig4
        description: Update specific Team by ID
        call: contact-center-team.updateconfig4
        with:
          orgid: rest.orgid
          id: rest.id
          teamDTO: rest.teamDTO
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconfig3
        description: Delete specific Team by ID
        call: contact-center-team.deleteconfig3
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/team/{id}/incoming-references
      name: organization-orgid-team-id-incoming-references
      description: REST surface for organization-orgid-team-id-incoming-references.
      operations:
      - method: GET
        name: getincomingreferences2
        description: List references for a specific Team
        call: contact-center-team.getincomingreferences2
        with:
          orgid: rest.orgid
          id: rest.id
          type: rest.type
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/v2/team
      name: organization-orgid-v2-team
      description: REST surface for organization-orgid-v2-team.
      operations:
      - method: GET
        name: getallconfigwithmetadata4
        description: List Team(s)
        call: contact-center-team.getallconfigwithmetadata4
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          search: rest.search
          page: rest.page
          pageSize: rest.pageSize
          supervisorView: rest.supervisorView
          provisioningView: rest.provisioningView
          singleObjectResponse: rest.singleObjectResponse
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-team-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Team. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-team-s
      description: List Team(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-team.getallconfig1
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        page: tools.page
        pageSize: tools.pageSize
        singleObjectResponse: tools.singleObjectResponse
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-team
      description: Create a new Team
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-team.createconfig3
      with:
        orgid: tools.orgid
        teamDTO: tools.teamDTO
      outputParameters:
      - type: object
        mapping: $.
    - name: bulk-save-team-s
      description: Bulk save Team(s)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-team.saveallconfig3
      with:
        orgid: tools.orgid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: purge-inactive-team-s
      description: Purge inactive Team(s)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-team.purgeinactiveconfig2
      with:
        orgid: tools.orgid
        nextStartId: tools.nextStartId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specific-team-id
      description: Get specific Team by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-team.getconfig4
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-specific-team-id
      description: Update specific Team by ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contact-center-team.updateconfig4
      with:
        orgid: tools.orgid
        id: tools.id
        teamDTO: tools.teamDTO
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-specific-team-id
      description: Delete specific Team by ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contact-center-team.deleteconfig3
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: list-references-specific-team
      description: List references for a specific Team
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-team.getincomingreferences2
      with:
        orgid: tools.orgid
        id: tools.id
        type: tools.type
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: list-team-s-2
      description: List Team(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-team.getallconfigwithmetadata4
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        search: tools.search
        page: tools.page
        pageSize: tools.pageSize
        supervisorView: tools.supervisorView
        provisioningView: tools.provisioningView
        singleObjectResponse: tools.singleObjectResponse
      outputParameters:
      - type: object
        mapping: $.