Gainsight · Capability

Gainsight PX API — Feature Match

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

Run with Naftiko GainsightFeature Match

What You Can Do

GET
Listfeatures — Gainsight List features
/v1/feature-match

MCP Tools

gainsight-list-features

Gainsight List features

read-only idempotent

Capability Spec

px-feature-match.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gainsight PX API — Feature Match
  description: 'Gainsight PX API — Feature Match. 1 operations. Lead operation: Gainsight List features. Self-contained Naftiko
    capability covering one Gainsight business surface.'
  tags:
  - Gainsight
  - Feature Match
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GAINSIGHT_API_KEY: GAINSIGHT_API_KEY
capability:
  consumes:
  - type: http
    namespace: px-feature-match
    baseUri: https://api.aptrinsic.com/v1
    description: Gainsight PX API — Feature Match business capability. Self-contained, no shared references.
    resources:
    - name: feature_match
      path: /feature_match
      operations:
      - name: listfeatures
        method: GET
        description: Gainsight List features
        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-feature-match-rest
    port: 8080
    description: REST adapter for Gainsight PX API — Feature Match. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/feature-match
      name: feature-match
      description: REST surface for feature_match.
      operations:
      - method: GET
        name: listfeatures
        description: Gainsight List features
        call: px-feature-match.listfeatures
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: px-feature-match-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gainsight PX API — Feature Match. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: gainsight-list-features
      description: Gainsight List features
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: px-feature-match.listfeatures
      outputParameters:
      - type: object
        mapping: $.