Coveo · Capability

Coveo Catalog Management API — Catalog Filter

Coveo Catalog Management API — Catalog Filter. 2 operations. Lead operation: Get Filter for a Catalog. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoCatalog ManagementCatalog Filter

What You Can Do

GET
Getcatalogfilter — Get Filter for a Catalog
/v1/organizations/{organizationid}/catalog-management/catalogs/{catalogid}/filter
PUT
Putcatalogfilter — Create or Update the Filter for a Catalog
/v1/organizations/{organizationid}/catalog-management/catalogs/{catalogid}/filter

MCP Tools

get-filter-catalog

Get Filter for a Catalog

read-only idempotent
create-update-filter-catalog

Create or Update the Filter for a Catalog

idempotent

Capability Spec

catalog-management-catalog-filter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Catalog Management API — Catalog Filter
  description: 'Coveo Catalog Management API — Catalog Filter. 2 operations. Lead operation: Get Filter for a Catalog. Self-contained
    Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Catalog Management
  - Catalog Filter
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: catalog-management-catalog-filter
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Catalog Management API — Catalog Filter business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: api-preview-organizations-organizationId-catalog-management-catalogs-catalogId-f
      path: /api/preview/organizations/{organizationId}/catalog-management/catalogs/{catalogId}/filter
      operations:
      - name: getcatalogfilter
        method: GET
        description: Get Filter for a Catalog
        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: catalogId
          in: path
          type: string
          description: The unique identifier of the [catalog](https://docs.coveo.com/en/3143/).
          required: true
      - name: putcatalogfilter
        method: PUT
        description: Create or Update the Filter for a Catalog
        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: catalogId
          in: path
          type: string
          description: The unique identifier of the [catalog](https://docs.coveo.com/en/3143/).
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: catalog-management-catalog-filter-rest
    port: 8080
    description: REST adapter for Coveo Catalog Management API — Catalog Filter. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/catalog-management/catalogs/{catalogid}/filter
      name: api-preview-organizations-organizationid-catalog-management-catalogs-catalogid-f
      description: REST surface for api-preview-organizations-organizationId-catalog-management-catalogs-catalogId-f.
      operations:
      - method: GET
        name: getcatalogfilter
        description: Get Filter for a Catalog
        call: catalog-management-catalog-filter.getcatalogfilter
        with:
          organizationId: rest.organizationId
          catalogId: rest.catalogId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putcatalogfilter
        description: Create or Update the Filter for a Catalog
        call: catalog-management-catalog-filter.putcatalogfilter
        with:
          organizationId: rest.organizationId
          catalogId: rest.catalogId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: catalog-management-catalog-filter-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Catalog Management API — Catalog Filter. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-filter-catalog
      description: Get Filter for a Catalog
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: catalog-management-catalog-filter.getcatalogfilter
      with:
        organizationId: tools.organizationId
        catalogId: tools.catalogId
      outputParameters:
      - type: object
        mapping: $.
    - name: create-update-filter-catalog
      description: Create or Update the Filter for a Catalog
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: catalog-management-catalog-filter.putcatalogfilter
      with:
        organizationId: tools.organizationId
        catalogId: tools.catalogId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.