Coveo · Capability

Coveo Authorization Server API — Invites

Coveo Authorization Server API — Invites. 1 operations. Lead operation: List Groups Current User Is Invited to. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoAuthorization ServerInvites

What You Can Do

GET
Getinvites1 — List Groups Current User Is Invited to
/v1/invites

MCP Tools

list-groups-current-user-is

List Groups Current User Is Invited to

read-only idempotent

Capability Spec

authorization-invites.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Authorization Server API — Invites
  description: 'Coveo Authorization Server API — Invites. 1 operations. Lead operation: List Groups Current User Is Invited
    to. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Authorization Server
  - Invites
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: authorization-invites
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Authorization Server API — Invites business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-invites
      path: /rest/invites
      operations:
      - name: getinvites1
        method: GET
        description: List Groups Current User Is Invited to
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: invite_code
          in: cookie
          type: string
  exposes:
  - type: rest
    namespace: authorization-invites-rest
    port: 8080
    description: REST adapter for Coveo Authorization Server API — Invites. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/invites
      name: rest-invites
      description: REST surface for rest-invites.
      operations:
      - method: GET
        name: getinvites1
        description: List Groups Current User Is Invited to
        call: authorization-invites.getinvites1
        with:
          invite_code: rest.invite_code
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: authorization-invites-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Authorization Server API — Invites. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-groups-current-user-is
      description: List Groups Current User Is Invited to
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authorization-invites.getinvites1
      with:
        invite_code: tools.invite_code
      outputParameters:
      - type: object
        mapping: $.