Gong · Capability

Gong Calls API — Transcripts

Gong Calls API — Transcripts. 1 operations. Lead operation: Gong Retrieve call transcripts. Self-contained Naftiko capability covering one Gong business surface.

Run with Naftiko GongTranscripts

What You Can Do

POST
Getcalltranscripts — Gong Retrieve call transcripts
/v1/calls/transcript

MCP Tools

gong-retrieve-call-transcripts

Gong Retrieve call transcripts

read-only

Capability Spec

calls-transcripts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gong Calls API — Transcripts
  description: 'Gong Calls API — Transcripts. 1 operations. Lead operation: Gong Retrieve call transcripts. Self-contained
    Naftiko capability covering one Gong business surface.'
  tags:
  - Gong
  - Transcripts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GONG_API_KEY: GONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: calls-transcripts
    baseUri: https://api.gong.io/v2
    description: Gong Calls API — Transcripts business capability. Self-contained, no shared references.
    resources:
    - name: calls-transcript
      path: /calls/transcript
      operations:
      - name: getcalltranscripts
        method: POST
        description: Gong Retrieve call transcripts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: calls-transcripts-rest
    port: 8080
    description: REST adapter for Gong Calls API — Transcripts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/calls/transcript
      name: calls-transcript
      description: REST surface for calls-transcript.
      operations:
      - method: POST
        name: getcalltranscripts
        description: Gong Retrieve call transcripts
        call: calls-transcripts.getcalltranscripts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: calls-transcripts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gong Calls API — Transcripts. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: gong-retrieve-call-transcripts
      description: Gong Retrieve call transcripts
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: calls-transcripts.getcalltranscripts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.