Coveo · Capability

Coveo Commerce API — Facet

Coveo Commerce API — Facet. 1 operations. Lead operation: Executes a Facet Search Query. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoCommerceFacet

What You Can Do

POST
Facet — Executes a Facet Search Query
/v1/organizations/{organizationid}/commerce/v2/facet

MCP Tools

executes-facet-search-query

Executes a Facet Search Query

read-only

Capability Spec

commerce-facet.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Commerce API — Facet
  description: 'Coveo Commerce API — Facet. 1 operations. Lead operation: Executes a Facet Search Query. Self-contained Naftiko
    capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Commerce
  - Facet
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: commerce-facet
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Commerce API — Facet business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: rest-organizations-organizationId-commerce-v2-facet
      path: /rest/organizations/{organizationId}/commerce/v2/facet
      operations:
      - name: facet
        method: POST
        description: Executes a Facet Search Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `acmecorporation8tp8wu3`
          required: true
        - name: type
          in: query
          type: string
          description: 'Solution type. Possible values are: LISTING, SEARCH.'
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: commerce-facet-rest
    port: 8080
    description: REST adapter for Coveo Commerce API — Facet. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/commerce/v2/facet
      name: rest-organizations-organizationid-commerce-v2-facet
      description: REST surface for rest-organizations-organizationId-commerce-v2-facet.
      operations:
      - method: POST
        name: facet
        description: Executes a Facet Search Query
        call: commerce-facet.facet
        with:
          organizationId: rest.organizationId
          type: rest.type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commerce-facet-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Commerce API — Facet. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: executes-facet-search-query
      description: Executes a Facet Search Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: commerce-facet.facet
      with:
        organizationId: tools.organizationId
        type: tools.type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.