Webex · Capability

Webex Contact Center — Holiday List

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

Run with Naftiko WebexHoliday List

What You Can Do

GET
Getallconfig7 — List Holiday List(s)
/v1/organization/{orgid}/holiday-list
POST
Createconfig10 — Create a new Holiday List
/v1/organization/{orgid}/holiday-list
POST
Saveallconfig9 — Bulk save Holiday List(s)
/v1/organization/{orgid}/holiday-list/bulk
GET
Getconfig10 — Get specific Holiday List by ID
/v1/organization/{orgid}/holiday-list/{id}
PUT
Updateconfig10 — Update specific Holiday List by ID
/v1/organization/{orgid}/holiday-list/{id}
DELETE
Deleteconfig10 — Delete specific Holiday List by ID
/v1/organization/{orgid}/holiday-list/{id}
GET
Getincomingreferences8 — List references for a specific Holiday List
/v1/organization/{orgid}/holiday-list/{id}/incoming-references
GET
Getallconfigwithmetadata11 — List Holiday List(s)
/v1/organization/{orgid}/v2/holiday-list

MCP Tools

list-holiday-list-s

List Holiday List(s)

read-only idempotent
create-new-holiday-list

Create a new Holiday List

bulk-save-holiday-list-s

Bulk save Holiday List(s)

get-specific-holiday-list-id

Get specific Holiday List by ID

read-only idempotent
update-specific-holiday-list-id

Update specific Holiday List by ID

idempotent
delete-specific-holiday-list-id

Delete specific Holiday List by ID

idempotent
list-references-specific-holiday-list

List references for a specific Holiday List

read-only idempotent
list-holiday-list-s-2

List Holiday List(s)

read-only idempotent

Capability Spec

contact-center-holiday-list.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Holiday List
  description: 'Webex Contact Center — Holiday List. 8 operations. Lead operation: List Holiday List(s). Self-contained Naftiko
    capability covering one Webex business surface.'
  tags:
  - Webex
  - Holiday List
  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-holiday-list
    baseUri: ''
    description: Webex Contact Center — Holiday List business capability. Self-contained, no shared references.
    resources:
    - name: organization-orgid-holiday-list
      path: /organization/{orgid}/holiday-list
      operations:
      - name: getallconfig7
        method: GET
        description: List Holiday List(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 holidays
        - 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: createconfig10
        method: POST
        description: Create a new Holiday List
        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-holiday-list-bulk
      path: /organization/{orgid}/holiday-list/bulk
      operations:
      - name: saveallconfig9
        method: POST
        description: Bulk save Holiday List(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-holiday-list-id
      path: /organization/{orgid}/holiday-list/{id}
      operations:
      - name: getconfig10
        method: GET
        description: Get specific Holiday List 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 Holiday List.
          required: true
      - name: updateconfig10
        method: PUT
        description: Update specific Holiday List 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 Holiday List.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconfig10
        method: DELETE
        description: Delete specific Holiday List 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 Holiday List.
          required: true
    - name: organization-orgid-holiday-list-id-incoming-references
      path: /organization/{orgid}/holiday-list/{id}/incoming-references
      operations:
      - name: getincomingreferences8
        method: GET
        description: List references for a specific Holiday List
        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-holiday-list
      path: /organization/{orgid}/v2/holiday-list
      operations:
      - name: getallconfigwithmetadata11
        method: GET
        description: List Holiday List(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, holidays, 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. except holidays
        - name: search
          in: query
          type: string
          description: Filter data based on the search keyword.Supported search columns(name)
        - 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: sort
          in: query
          type: string
          description: 'Sorting criteria in the format: property(, asc | desc). Default sort order is ascending. Supported
            sortable fields (name, createdTime, lastUpdatedTime). '
        - name: includeCount
          in: query
          type: boolean
          description: Enable the flag to get the count of holidays
        - 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-holiday-list-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Holiday List. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organization/{orgid}/holiday-list
      name: organization-orgid-holiday-list
      description: REST surface for organization-orgid-holiday-list.
      operations:
      - method: GET
        name: getallconfig7
        description: List Holiday List(s)
        call: contact-center-holiday-list.getallconfig7
        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: createconfig10
        description: Create a new Holiday List
        call: contact-center-holiday-list.createconfig10
        with:
          orgid: rest.orgid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/holiday-list/bulk
      name: organization-orgid-holiday-list-bulk
      description: REST surface for organization-orgid-holiday-list-bulk.
      operations:
      - method: POST
        name: saveallconfig9
        description: Bulk save Holiday List(s)
        call: contact-center-holiday-list.saveallconfig9
        with:
          orgid: rest.orgid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/holiday-list/{id}
      name: organization-orgid-holiday-list-id
      description: REST surface for organization-orgid-holiday-list-id.
      operations:
      - method: GET
        name: getconfig10
        description: Get specific Holiday List by ID
        call: contact-center-holiday-list.getconfig10
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfig10
        description: Update specific Holiday List by ID
        call: contact-center-holiday-list.updateconfig10
        with:
          orgid: rest.orgid
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconfig10
        description: Delete specific Holiday List by ID
        call: contact-center-holiday-list.deleteconfig10
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/holiday-list/{id}/incoming-references
      name: organization-orgid-holiday-list-id-incoming-references
      description: REST surface for organization-orgid-holiday-list-id-incoming-references.
      operations:
      - method: GET
        name: getincomingreferences8
        description: List references for a specific Holiday List
        call: contact-center-holiday-list.getincomingreferences8
        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/holiday-list
      name: organization-orgid-v2-holiday-list
      description: REST surface for organization-orgid-v2-holiday-list.
      operations:
      - method: GET
        name: getallconfigwithmetadata11
        description: List Holiday List(s)
        call: contact-center-holiday-list.getallconfigwithmetadata11
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          search: rest.search
          page: rest.page
          pageSize: rest.pageSize
          sort: rest.sort
          includeCount: rest.includeCount
          singleObjectResponse: rest.singleObjectResponse
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-holiday-list-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Holiday List. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-holiday-list-s
      description: List Holiday List(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-holiday-list.getallconfig7
      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-holiday-list
      description: Create a new Holiday List
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-holiday-list.createconfig10
      with:
        orgid: tools.orgid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bulk-save-holiday-list-s
      description: Bulk save Holiday List(s)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-holiday-list.saveallconfig9
      with:
        orgid: tools.orgid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specific-holiday-list-id
      description: Get specific Holiday List by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-holiday-list.getconfig10
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-specific-holiday-list-id
      description: Update specific Holiday List by ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contact-center-holiday-list.updateconfig10
      with:
        orgid: tools.orgid
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-specific-holiday-list-id
      description: Delete specific Holiday List by ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contact-center-holiday-list.deleteconfig10
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: list-references-specific-holiday-list
      description: List references for a specific Holiday List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-holiday-list.getincomingreferences8
      with:
        orgid: tools.orgid
        id: tools.id
        type: tools.type
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: list-holiday-list-s-2
      description: List Holiday List(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-holiday-list.getallconfigwithmetadata11
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        search: tools.search
        page: tools.page
        pageSize: tools.pageSize
        sort: tools.sort
        includeCount: tools.includeCount
        singleObjectResponse: tools.singleObjectResponse
      outputParameters:
      - type: object
        mapping: $.