Coveo · Capability

Coveo Search API — Machine learning associations

Coveo Search API — Machine learning associations. 10 operations. Lead operation: Returns the Version of ML Models Supported by the Organization in the Request.. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSearchMachine learning associations

What You Can Do

GET
Mlversion — Returns the Version of ML Models Supported by the Organization in the Request.
/v1/search/v2/admin/pipelines/ml/version
GET
Listassociationsofpipeline — List Query Pipeline ML Model Associations
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations
POST
Associatemodel — Associate an Existing Machine Learning Model with an Existing Pipeline.
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations
POST
Bulkgetassociationsofpipeline — List Query Pipeline ML Model Associations
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/bulkget
POST
Validatemlassociationoperation — Validate a Single ML Model Association Operation.
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/validate
POST
Validatemlassociationoperations — Validate a Batch of ML Model Association Operations.
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/validate/batch
GET
Getassociation — Get a ML Model Association
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}
PUT
Updateassociation — Update ML Model Association
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}
DELETE
Disassociate — Remove Query Pipeline ML Model Association
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}
PUT
Updateassociationposition — Update ML Model Association Position
/v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}/position

MCP Tools

returns-version-ml-models-supported

Returns the Version of ML Models Supported by the Organization in the Request.

read-only idempotent
list-query-pipeline-ml-model

List Query Pipeline ML Model Associations

read-only idempotent
associate-existing-machine-learning-model

Associate an Existing Machine Learning Model with an Existing Pipeline.

list-query-pipeline-ml-model-2

List Query Pipeline ML Model Associations

read-only
validate-single-ml-model-association

Validate a Single ML Model Association Operation.

read-only
validate-batch-ml-model-association

Validate a Batch of ML Model Association Operations.

read-only
get-ml-model-association

Get a ML Model Association

read-only idempotent
update-ml-model-association

Update ML Model Association

idempotent
remove-query-pipeline-ml-model

Remove Query Pipeline ML Model Association

idempotent
update-ml-model-association-position

Update ML Model Association Position

idempotent

Capability Spec

search-machine-learning-associations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Search API — Machine learning associations
  description: 'Coveo Search API — Machine learning associations. 10 operations. Lead operation: Returns the Version of ML
    Models Supported by the Organization in the Request.. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Search
  - Machine learning associations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: search-machine-learning-associations
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Search API — Machine learning associations business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: rest-search-v2-admin-pipelines-ml-version
      path: /rest/search/v2/admin/pipelines/ml/version
      operations:
      - name: mlversion
        method: GET
        description: Returns the Version of ML Models Supported by the Organization in the Request.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations
      operations:
      - name: listassociationsofpipeline
        method: GET
        description: List Query Pipeline ML Model Associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Filter associations by model display name or description (case-insensitive substring match).
      - name: associatemodel
        method: POST
        description: Associate an Existing Machine Learning Model with an Existing Pipeline.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-bulkGet
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations/bulkGet
      operations:
      - name: bulkgetassociationsofpipeline
        method: POST
        description: List Query Pipeline ML Model Associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-validate
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations/validate
      operations:
      - name: validatemlassociationoperation
        method: POST
        description: Validate a Single ML Model Association Operation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-validate-batch
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations/validate/batch
      operations:
      - name: validatemlassociationoperations
        method: POST
        description: Validate a Batch of ML Model Association Operations.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-associationId
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations/{associationId}
      operations:
      - name: getassociation
        method: GET
        description: Get a ML Model Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: associationId
          in: path
          type: string
          required: true
      - name: updateassociation
        method: PUT
        description: Update ML Model Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: associationId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: disassociate
        method: DELETE
        description: Remove Query Pipeline ML Model Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: associationId
          in: path
          type: string
          required: true
    - name: rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-associationId-po
      path: /rest/search/v2/admin/pipelines/{pipelineId}/ml/model/associations/{associationId}/position
      operations:
      - name: updateassociationposition
        method: PUT
        description: Update ML Model Association Position
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: associationId
          in: path
          type: string
          required: true
        - name: position
          in: query
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: search-machine-learning-associations-rest
    port: 8080
    description: REST adapter for Coveo Search API — Machine learning associations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/search/v2/admin/pipelines/ml/version
      name: rest-search-v2-admin-pipelines-ml-version
      description: REST surface for rest-search-v2-admin-pipelines-ml-version.
      operations:
      - method: GET
        name: mlversion
        description: Returns the Version of ML Models Supported by the Organization in the Request.
        call: search-machine-learning-associations.mlversion
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations.
      operations:
      - method: GET
        name: listassociationsofpipeline
        description: List Query Pipeline ML Model Associations
        call: search-machine-learning-associations.listassociationsofpipeline
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: associatemodel
        description: Associate an Existing Machine Learning Model with an Existing Pipeline.
        call: search-machine-learning-associations.associatemodel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/bulkget
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations-bulkget
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-bulkGet.
      operations:
      - method: POST
        name: bulkgetassociationsofpipeline
        description: List Query Pipeline ML Model Associations
        call: search-machine-learning-associations.bulkgetassociationsofpipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/validate
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations-validate
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-validate.
      operations:
      - method: POST
        name: validatemlassociationoperation
        description: Validate a Single ML Model Association Operation.
        call: search-machine-learning-associations.validatemlassociationoperation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/validate/batch
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations-validate-batch
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-validate-batch.
      operations:
      - method: POST
        name: validatemlassociationoperations
        description: Validate a Batch of ML Model Association Operations.
        call: search-machine-learning-associations.validatemlassociationoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations-associationid
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-associationId.
      operations:
      - method: GET
        name: getassociation
        description: Get a ML Model Association
        call: search-machine-learning-associations.getassociation
        with:
          associationId: rest.associationId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateassociation
        description: Update ML Model Association
        call: search-machine-learning-associations.updateassociation
        with:
          associationId: rest.associationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: disassociate
        description: Remove Query Pipeline ML Model Association
        call: search-machine-learning-associations.disassociate
        with:
          associationId: rest.associationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/v2/admin/pipelines/{pipelineid}/ml/model/associations/{associationid}/position
      name: rest-search-v2-admin-pipelines-pipelineid-ml-model-associations-associationid-po
      description: REST surface for rest-search-v2-admin-pipelines-pipelineId-ml-model-associations-associationId-po.
      operations:
      - method: PUT
        name: updateassociationposition
        description: Update ML Model Association Position
        call: search-machine-learning-associations.updateassociationposition
        with:
          associationId: rest.associationId
          position: rest.position
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: search-machine-learning-associations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Search API — Machine learning associations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: returns-version-ml-models-supported
      description: Returns the Version of ML Models Supported by the Organization in the Request.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-machine-learning-associations.mlversion
      outputParameters:
      - type: object
        mapping: $.
    - name: list-query-pipeline-ml-model
      description: List Query Pipeline ML Model Associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-machine-learning-associations.listassociationsofpipeline
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: associate-existing-machine-learning-model
      description: Associate an Existing Machine Learning Model with an Existing Pipeline.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: search-machine-learning-associations.associatemodel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-query-pipeline-ml-model-2
      description: List Query Pipeline ML Model Associations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: search-machine-learning-associations.bulkgetassociationsofpipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: validate-single-ml-model-association
      description: Validate a Single ML Model Association Operation.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: search-machine-learning-associations.validatemlassociationoperation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: validate-batch-ml-model-association
      description: Validate a Batch of ML Model Association Operations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: search-machine-learning-associations.validatemlassociationoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-ml-model-association
      description: Get a ML Model Association
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-machine-learning-associations.getassociation
      with:
        associationId: tools.associationId
      outputParameters:
      - type: object
        mapping: $.
    - name: update-ml-model-association
      description: Update ML Model Association
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: search-machine-learning-associations.updateassociation
      with:
        associationId: tools.associationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-query-pipeline-ml-model
      description: Remove Query Pipeline ML Model Association
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: search-machine-learning-associations.disassociate
      with:
        associationId: tools.associationId
      outputParameters:
      - type: object
        mapping: $.
    - name: update-ml-model-association-position
      description: Update ML Model Association Position
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: search-machine-learning-associations.updateassociationposition
      with:
        associationId: tools.associationId
        position: tools.position
      outputParameters:
      - type: object
        mapping: $.