Gainsight · Capability

Gainsight PX API — Engagements

Gainsight PX API — Engagements. 1 operations. Lead operation: Gainsight List engagements. Self-contained Naftiko capability covering one Gainsight business surface.

Run with Naftiko GainsightEngagements

What You Can Do

GET
Listengagements — Gainsight List engagements
/v1/engagements

MCP Tools

gainsight-list-engagements

Gainsight List engagements

read-only idempotent

Capability Spec

px-engagements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gainsight PX API — Engagements
  description: 'Gainsight PX API — Engagements. 1 operations. Lead operation: Gainsight List engagements. Self-contained Naftiko
    capability covering one Gainsight business surface.'
  tags:
  - Gainsight
  - Engagements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GAINSIGHT_API_KEY: GAINSIGHT_API_KEY
capability:
  consumes:
  - type: http
    namespace: px-engagements
    baseUri: https://api.aptrinsic.com/v1
    description: Gainsight PX API — Engagements business capability. Self-contained, no shared references.
    resources:
    - name: engagements
      path: /engagements
      operations:
      - name: listengagements
        method: GET
        description: Gainsight List engagements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-APTRINSIC-API-KEY
      value: '{{env.GAINSIGHT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: px-engagements-rest
    port: 8080
    description: REST adapter for Gainsight PX API — Engagements. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/engagements
      name: engagements
      description: REST surface for engagements.
      operations:
      - method: GET
        name: listengagements
        description: Gainsight List engagements
        call: px-engagements.listengagements
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: px-engagements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gainsight PX API — Engagements. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: gainsight-list-engagements
      description: Gainsight List engagements
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: px-engagements.listengagements
      outputParameters:
      - type: object
        mapping: $.