Coveo · Capability

Coveo Organization API — Organization Global Configuration

Coveo Organization API — Organization Global Configuration. 2 operations. Lead operation: Get All Organization Global Configurations. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoOrganizationOrganization Global Configuration

What You Can Do

GET
Getorganizationglobalconfigurations — Get All Organization Global Configurations
/v1/global/organizations
GET
Getorganizationglobalconfiguration — Get Organization Global Configuration
/v1/global/organizations/{organizationid}

MCP Tools

get-all-organization-global-configurations

Get All Organization Global Configurations

read-only idempotent
get-organization-global-configuration

Get Organization Global Configuration

read-only idempotent

Capability Spec

organization-organization-global-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Organization API — Organization Global Configuration
  description: 'Coveo Organization API — Organization Global Configuration. 2 operations. Lead operation: Get All Organization
    Global Configurations. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Organization
  - Organization Global Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: organization-organization-global-configuration
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Organization API — Organization Global Configuration business capability. Self-contained, no shared
      references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-global-organizations
      path: /rest/global/organizations
      operations:
      - name: getorganizationglobalconfigurations
        method: GET
        description: Get All Organization Global Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
        - name: perPage
          in: query
          type: integer
    - name: rest-global-organizations-organizationId
      path: /rest/global/organizations/{organizationId}
      operations:
      - name: getorganizationglobalconfiguration
        method: GET
        description: Get Organization Global Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: organization-organization-global-configuration-rest
    port: 8080
    description: REST adapter for Coveo Organization API — Organization Global Configuration. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/global/organizations
      name: rest-global-organizations
      description: REST surface for rest-global-organizations.
      operations:
      - method: GET
        name: getorganizationglobalconfigurations
        description: Get All Organization Global Configurations
        call: organization-organization-global-configuration.getorganizationglobalconfigurations
        with:
          page: rest.page
          perPage: rest.perPage
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/global/organizations/{organizationid}
      name: rest-global-organizations-organizationid
      description: REST surface for rest-global-organizations-organizationId.
      operations:
      - method: GET
        name: getorganizationglobalconfiguration
        description: Get Organization Global Configuration
        call: organization-organization-global-configuration.getorganizationglobalconfiguration
        with:
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organization-organization-global-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Organization API — Organization Global Configuration. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-all-organization-global-configurations
      description: Get All Organization Global Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organization-organization-global-configuration.getorganizationglobalconfigurations
      with:
        page: tools.page
        perPage: tools.perPage
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-global-configuration
      description: Get Organization Global Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organization-organization-global-configuration.getorganizationglobalconfiguration
      with:
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.