Coveo · Capability

Coveo Search Interface Service API — IPX loader

Coveo Search Interface Service API — IPX loader. 1 operations. Lead operation: Show an IPX Interface Loader. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSearch Interface ServiceIPX loader

What You Can Do

GET
Getipxinterfaceloader — Show an IPX Interface Loader
/v1/organizations/{organizationid}/ipxinterface/v1/interfaces/{interfaceid}/loader

MCP Tools

show-ipx-interface-loader

Show an IPX Interface Loader

read-only idempotent

Capability Spec

search-interface-ipx-loader.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Search Interface Service API — IPX loader
  description: 'Coveo Search Interface Service API — IPX loader. 1 operations. Lead operation: Show an IPX Interface Loader.
    Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Search Interface Service
  - IPX loader
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: search-interface-ipx-loader
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Search Interface Service API — IPX loader business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: rest-organizations-organizationId-ipxinterface-v1-interfaces-interfaceId-loader
      path: /rest/organizations/{organizationId}/ipxinterface/v1/interfaces/{interfaceId}/loader
      operations:
      - name: getipxinterfaceloader
        method: GET
        description: Show an IPX Interface Loader
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: search-interface-ipx-loader-rest
    port: 8080
    description: REST adapter for Coveo Search Interface Service API — IPX loader. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/ipxinterface/v1/interfaces/{interfaceid}/loader
      name: rest-organizations-organizationid-ipxinterface-v1-interfaces-interfaceid-loader
      description: REST surface for rest-organizations-organizationId-ipxinterface-v1-interfaces-interfaceId-loader.
      operations:
      - method: GET
        name: getipxinterfaceloader
        description: Show an IPX Interface Loader
        call: search-interface-ipx-loader.getipxinterfaceloader
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: search-interface-ipx-loader-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Search Interface Service API — IPX loader. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: show-ipx-interface-loader
      description: Show an IPX Interface Loader
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-interface-ipx-loader.getipxinterfaceloader
      outputParameters:
      - type: object
        mapping: $.