Coveo · Capability

Coveo Connectivity API — Atlassian Connect App

Coveo Connectivity API — Atlassian Connect App. 3 operations. Lead operation: Atlassian Connect App. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoConnectivityAtlassian Connect App

What You Can Do

GET
Atlassianconnectappdescriptor — atlassianconnectappdescriptor
/v1/atlassian/connectapp/atlassian-connect-json
POST
Addorupdateconnectapp — addorupdateconnectapp
/v1/atlassian/connectapp/installed
POST
Removeconnectapp — removeconnectapp
/v1/atlassian/connectapp/uninstalled

MCP Tools

atlassianconnectappdescriptor

atlassianconnectappdescriptor

read-only idempotent
addorupdateconnectapp

addorupdateconnectapp

removeconnectapp

removeconnectapp

Capability Spec

connectivity-atlassian-connect-app.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Connectivity API — Atlassian Connect App
  description: 'Coveo Connectivity API — Atlassian Connect App. 3 operations. Lead operation: Atlassian Connect App. Self-contained
    Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Connectivity
  - Atlassian Connect App
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: connectivity-atlassian-connect-app
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Connectivity API — Atlassian Connect App business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-atlassian-connectapp-atlassian-connect.json
      path: /rest/atlassian/connectapp/atlassian-connect.json
      operations:
      - name: atlassianconnectappdescriptor
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-atlassian-connectapp-installed
      path: /rest/atlassian/connectapp/installed
      operations:
      - name: addorupdateconnectapp
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-atlassian-connectapp-uninstalled
      path: /rest/atlassian/connectapp/uninstalled
      operations:
      - name: removeconnectapp
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: connectivity-atlassian-connect-app-rest
    port: 8080
    description: REST adapter for Coveo Connectivity API — Atlassian Connect App. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/atlassian/connectapp/atlassian-connect-json
      name: rest-atlassian-connectapp-atlassian-connect-json
      description: REST surface for rest-atlassian-connectapp-atlassian-connect.json.
      operations:
      - method: GET
        name: atlassianconnectappdescriptor
        description: atlassianconnectappdescriptor
        call: connectivity-atlassian-connect-app.atlassianconnectappdescriptor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/atlassian/connectapp/installed
      name: rest-atlassian-connectapp-installed
      description: REST surface for rest-atlassian-connectapp-installed.
      operations:
      - method: POST
        name: addorupdateconnectapp
        description: addorupdateconnectapp
        call: connectivity-atlassian-connect-app.addorupdateconnectapp
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/atlassian/connectapp/uninstalled
      name: rest-atlassian-connectapp-uninstalled
      description: REST surface for rest-atlassian-connectapp-uninstalled.
      operations:
      - method: POST
        name: removeconnectapp
        description: removeconnectapp
        call: connectivity-atlassian-connect-app.removeconnectapp
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connectivity-atlassian-connect-app-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Connectivity API — Atlassian Connect App. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassianconnectappdescriptor
      description: atlassianconnectappdescriptor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connectivity-atlassian-connect-app.atlassianconnectappdescriptor
      outputParameters:
      - type: object
        mapping: $.
    - name: addorupdateconnectapp
      description: addorupdateconnectapp
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectivity-atlassian-connect-app.addorupdateconnectapp
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: removeconnectapp
      description: removeconnectapp
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectivity-atlassian-connect-app.removeconnectapp
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.