Gainsight · Capability

Gainsight REST API — People

Gainsight REST API — People. 1 operations. Lead operation: Gainsight List people. Self-contained Naftiko capability covering one Gainsight business surface.

Run with Naftiko GainsightPeople

What You Can Do

GET
Listpeople — Gainsight List people
/v1/v1/people

MCP Tools

gainsight-list-people

Gainsight List people

read-only idempotent

Capability Spec

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