Gong · Capability

Gong Calls API — Recordings

Gong Calls API — Recordings. 1 operations. Lead operation: Gong Add call media recording. Self-contained Naftiko capability covering one Gong business surface.

Run with Naftiko GongRecordings

What You Can Do

PUT
Addcallrecording — Gong Add call media recording
/v1/calls/{id}/media

MCP Tools

gong-add-call-media-recording

Gong Add call media recording

idempotent

Capability Spec

calls-recordings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gong Calls API — Recordings
  description: 'Gong Calls API — Recordings. 1 operations. Lead operation: Gong Add call media recording. Self-contained Naftiko
    capability covering one Gong business surface.'
  tags:
  - Gong
  - Recordings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GONG_API_KEY: GONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: calls-recordings
    baseUri: https://api.gong.io/v2
    description: Gong Calls API — Recordings business capability. Self-contained, no shared references.
    resources:
    - name: calls-id-media
      path: /calls/{id}/media
      operations:
      - name: addcallrecording
        method: PUT
        description: Gong Add call media recording
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The callId returned from the Add New Call request.
          required: true
        - 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-recordings-rest
    port: 8080
    description: REST adapter for Gong Calls API — Recordings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/calls/{id}/media
      name: calls-id-media
      description: REST surface for calls-id-media.
      operations:
      - method: PUT
        name: addcallrecording
        description: Gong Add call media recording
        call: calls-recordings.addcallrecording
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: calls-recordings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gong Calls API — Recordings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: gong-add-call-media-recording
      description: Gong Add call media recording
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: calls-recordings.addcallrecording
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.