Webex · Capability

Webex Contact Center — Multimedia Profile

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

Run with Naftiko WebexMultimedia Profile

What You Can Do

GET
Getallconfig6 — List Multimedia Profile(s)
/v1/organization/{orgid}/multimedia-profile
POST
Createconfig11 — Create a new Multimedia Profile
/v1/organization/{orgid}/multimedia-profile
POST
Saveallconfig10 — Bulk save Multimedia Profile(s)
/v1/organization/{orgid}/multimedia-profile/bulk
GET
Bulkexport10 — Bulk export Multimedia Profile(s)
/v1/organization/{orgid}/multimedia-profile/bulk-export
POST
Purgeinactiveconfig5 — Purge inactive Multimedia Profile(s)
/v1/organization/{orgid}/multimedia-profile/purge-inactive-entities
GET
Getconfig12 — Get specific Multimedia Profile by ID
/v1/organization/{orgid}/multimedia-profile/{id}
PUT
Updateconfig12 — Update specific Multimedia Profile by ID
/v1/organization/{orgid}/multimedia-profile/{id}
DELETE
Deleteconfig11 — Delete specific Multimedia Profile by ID
/v1/organization/{orgid}/multimedia-profile/{id}
GET
Getincomingreferences9 — List references for a specific Multimedia Profile
/v1/organization/{orgid}/multimedia-profile/{id}/incoming-references
GET
Getallconfigwithmetadata13 — List Multimedia Profile(s)
/v1/organization/{orgid}/v2/multimedia-profile

MCP Tools

list-multimedia-profile-s

List Multimedia Profile(s)

read-only idempotent
create-new-multimedia-profile

Create a new Multimedia Profile

bulk-save-multimedia-profile-s

Bulk save Multimedia Profile(s)

bulk-export-multimedia-profile-s

Bulk export Multimedia Profile(s)

read-only idempotent
purge-inactive-multimedia-profile-s

Purge inactive Multimedia Profile(s)

get-specific-multimedia-profile-id

Get specific Multimedia Profile by ID

read-only idempotent
update-specific-multimedia-profile-id

Update specific Multimedia Profile by ID

idempotent
delete-specific-multimedia-profile-id

Delete specific Multimedia Profile by ID

idempotent
list-references-specific-multimedia-profile

List references for a specific Multimedia Profile

read-only idempotent
list-multimedia-profile-s-2

List Multimedia Profile(s)

read-only idempotent

Capability Spec

contact-center-multimedia-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Multimedia Profile
  description: 'Webex Contact Center — Multimedia Profile. 10 operations. Lead operation: List Multimedia Profile(s). Self-contained
    Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Multimedia Profile
  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-multimedia-profile
    baseUri: ''
    description: Webex Contact Center — Multimedia Profile business capability. Self-contained, no shared references.
    resources:
    - name: organization-orgid-multimedia-profile
      path: /organization/{orgid}/multimedia-profile
      operations:
      - name: getallconfig6
        method: GET
        description: List Multimedia Profile(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.Default all attributes are returned along with 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
      - name: createconfig11
        method: POST
        description: Create a new Multimedia Profile
        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-multimedia-profile-bulk
      path: /organization/{orgid}/multimedia-profile/bulk
      operations:
      - name: saveallconfig10
        method: POST
        description: Bulk save Multimedia Profile(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-multimedia-profile-bulk-export
      path: /organization/{orgid}/multimedia-profile/bulk-export
      operations:
      - name: bulkexport10
        method: GET
        description: Bulk export Multimedia Profile(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: 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-multimedia-profile-purge-inactive-entities
      path: /organization/{orgid}/multimedia-profile/purge-inactive-entities
      operations:
      - name: purgeinactiveconfig5
        method: POST
        description: Purge inactive Multimedia Profile(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-multimedia-profile-id
      path: /organization/{orgid}/multimedia-profile/{id}
      operations:
      - name: getconfig12
        method: GET
        description: Get specific Multimedia Profile 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 Multimedia Profile.
          required: true
      - name: updateconfig12
        method: PUT
        description: Update specific Multimedia Profile 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 Multimedia Profile.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconfig11
        method: DELETE
        description: Delete specific Multimedia Profile 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 Multimedia Profile.
          required: true
    - name: organization-orgid-multimedia-profile-id-incoming-references
      path: /organization/{orgid}/multimedia-profile/{id}/incoming-references
      operations:
      - name: getincomingreferences9
        method: GET
        description: List references for a specific Multimedia Profile
        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-multimedia-profile
      path: /organization/{orgid}/v2/multimedia-profile
      operations:
      - name: getallconfigwithmetadata13
        method: GET
        description: List Multimedia Profile(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.Default all attributes are returned along with specified columns.
            All Attributes are supported
        - 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
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-multimedia-profile-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Multimedia Profile. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organization/{orgid}/multimedia-profile
      name: organization-orgid-multimedia-profile
      description: REST surface for organization-orgid-multimedia-profile.
      operations:
      - method: GET
        name: getallconfig6
        description: List Multimedia Profile(s)
        call: contact-center-multimedia-profile.getallconfig6
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconfig11
        description: Create a new Multimedia Profile
        call: contact-center-multimedia-profile.createconfig11
        with:
          orgid: rest.orgid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/multimedia-profile/bulk
      name: organization-orgid-multimedia-profile-bulk
      description: REST surface for organization-orgid-multimedia-profile-bulk.
      operations:
      - method: POST
        name: saveallconfig10
        description: Bulk save Multimedia Profile(s)
        call: contact-center-multimedia-profile.saveallconfig10
        with:
          orgid: rest.orgid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/multimedia-profile/bulk-export
      name: organization-orgid-multimedia-profile-bulk-export
      description: REST surface for organization-orgid-multimedia-profile-bulk-export.
      operations:
      - method: GET
        name: bulkexport10
        description: Bulk export Multimedia Profile(s)
        call: contact-center-multimedia-profile.bulkexport10
        with:
          orgid: rest.orgid
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/multimedia-profile/purge-inactive-entities
      name: organization-orgid-multimedia-profile-purge-inactive-entities
      description: REST surface for organization-orgid-multimedia-profile-purge-inactive-entities.
      operations:
      - method: POST
        name: purgeinactiveconfig5
        description: Purge inactive Multimedia Profile(s)
        call: contact-center-multimedia-profile.purgeinactiveconfig5
        with:
          orgid: rest.orgid
          nextStartId: rest.nextStartId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/multimedia-profile/{id}
      name: organization-orgid-multimedia-profile-id
      description: REST surface for organization-orgid-multimedia-profile-id.
      operations:
      - method: GET
        name: getconfig12
        description: Get specific Multimedia Profile by ID
        call: contact-center-multimedia-profile.getconfig12
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfig12
        description: Update specific Multimedia Profile by ID
        call: contact-center-multimedia-profile.updateconfig12
        with:
          orgid: rest.orgid
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconfig11
        description: Delete specific Multimedia Profile by ID
        call: contact-center-multimedia-profile.deleteconfig11
        with:
          orgid: rest.orgid
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{orgid}/multimedia-profile/{id}/incoming-references
      name: organization-orgid-multimedia-profile-id-incoming-references
      description: REST surface for organization-orgid-multimedia-profile-id-incoming-references.
      operations:
      - method: GET
        name: getincomingreferences9
        description: List references for a specific Multimedia Profile
        call: contact-center-multimedia-profile.getincomingreferences9
        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/multimedia-profile
      name: organization-orgid-v2-multimedia-profile
      description: REST surface for organization-orgid-v2-multimedia-profile.
      operations:
      - method: GET
        name: getallconfigwithmetadata13
        description: List Multimedia Profile(s)
        call: contact-center-multimedia-profile.getallconfigwithmetadata13
        with:
          orgid: rest.orgid
          filter: rest.filter
          attributes: rest.attributes
          search: rest.search
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-multimedia-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Multimedia Profile. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-multimedia-profile-s
      description: List Multimedia Profile(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.getallconfig6
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-multimedia-profile
      description: Create a new Multimedia Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-multimedia-profile.createconfig11
      with:
        orgid: tools.orgid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bulk-save-multimedia-profile-s
      description: Bulk save Multimedia Profile(s)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-multimedia-profile.saveallconfig10
      with:
        orgid: tools.orgid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bulk-export-multimedia-profile-s
      description: Bulk export Multimedia Profile(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.bulkexport10
      with:
        orgid: tools.orgid
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: purge-inactive-multimedia-profile-s
      description: Purge inactive Multimedia Profile(s)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-multimedia-profile.purgeinactiveconfig5
      with:
        orgid: tools.orgid
        nextStartId: tools.nextStartId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specific-multimedia-profile-id
      description: Get specific Multimedia Profile by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.getconfig12
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-specific-multimedia-profile-id
      description: Update specific Multimedia Profile by ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.updateconfig12
      with:
        orgid: tools.orgid
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-specific-multimedia-profile-id
      description: Delete specific Multimedia Profile by ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contact-center-multimedia-profile.deleteconfig11
      with:
        orgid: tools.orgid
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: list-references-specific-multimedia-profile
      description: List references for a specific Multimedia Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.getincomingreferences9
      with:
        orgid: tools.orgid
        id: tools.id
        type: tools.type
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: list-multimedia-profile-s-2
      description: List Multimedia Profile(s)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contact-center-multimedia-profile.getallconfigwithmetadata13
      with:
        orgid: tools.orgid
        filter: tools.filter
        attributes: tools.attributes
        search: tools.search
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.