Coveo · Capability

Coveo Source API — Source Item Types

Coveo Source API — Source Item Types. 1 operations. Lead operation: List Item Types. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSourceSource Item Types

What You Can Do

GET
Getsourceitemtypes — List Item Types
/v1/organizations/{organizationid}/sources/{sourceid}/itemtypes

MCP Tools

list-item-types

List Item Types

read-only idempotent

Capability Spec

source-source-item-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Source API — Source Item Types
  description: 'Coveo Source API — Source Item Types. 1 operations. Lead operation: List Item Types. Self-contained Naftiko
    capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Source
  - Source Item Types
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: source-source-item-types
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Source API — Source Item Types business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-sources-sourceId-itemTypes
      path: /rest/organizations/{organizationId}/sources/{sourceId}/itemTypes
      operations:
      - name: getsourceitemtypes
        method: GET
        description: List Item Types
        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:**
            `mycoveocloudv2organizationg8tp8wu3`
          required: true
        - name: sourceId
          in: path
          type: string
          description: The unique identifier of the target [source](https://docs.coveo.com/en/246/).<br />**Example:** `mycoveocloudv2organizationg8tp8wu3-gravodalyysjsu34camnvxm2d2y`
          required: true
  exposes:
  - type: rest
    namespace: source-source-item-types-rest
    port: 8080
    description: REST adapter for Coveo Source API — Source Item Types. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/sources/{sourceid}/itemtypes
      name: rest-organizations-organizationid-sources-sourceid-itemtypes
      description: REST surface for rest-organizations-organizationId-sources-sourceId-itemTypes.
      operations:
      - method: GET
        name: getsourceitemtypes
        description: List Item Types
        call: source-source-item-types.getsourceitemtypes
        with:
          organizationId: rest.organizationId
          sourceId: rest.sourceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: source-source-item-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Source API — Source Item Types. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-item-types
      description: List Item Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: source-source-item-types.getsourceitemtypes
      with:
        organizationId: tools.organizationId
        sourceId: tools.sourceId
      outputParameters:
      - type: object
        mapping: $.