Skip to main content
Server path: /gong | Type: Application | PCID required: Yes Revenue intelligence and call recordings

Tools

ToolDescription
gong_list_callsList Gong calls with optional date range filtering
gong_add_callAdd a new call to Gong
gong_get_callGet details of a specific Gong call
gong_search_callsSearch for Gong calls based on specific criteria
gong_list_usersList all users registered in Gong
gong_get_transcriptGet transcript from a Gong call. Returns transcript content with speaker IDs, timestamps (in seconds), and text. Uses POST /v2/calls/transcript endpoint with filter.callIds. Requires api:calls:read:transcript scope. Use gong_list_calls or gong_get_call first to get the call ID.

gong_list_calls

List Gong calls with optional date range filtering Parameters:
ParameterTypeRequiredDefaultDescription
fromDateTimestringNoStart date/time in ISO format (e.g. 2024-03-01T00:00:00Z)
toDateTimestringNoEnd date/time in ISO format (e.g. 2024-03-31T23:59:59Z)

gong_add_call

Add a new call to Gong Parameters:
ParameterTypeRequiredDefaultDescription
actualStartstringYesActual start time of the call
clientUniqueIdstringYesUnique identifier for the call
callProviderCodestringYesCode of the call provider
downloadMediaUrlstringNoURL to download the call media (optional - media can be uploaded separately)
customDatastringNoCustom data for the call
directionstringNoDirection of the call
dispositionstringNoDisposition of the call
partiesobject[]YesParties involved in the call
primaryUserstringYesUser ID of the primary user
titlestringYesTitle of the call

gong_get_call

Get details of a specific Gong call Parameters:
ParameterTypeRequiredDefaultDescription
callIdstringYesCall ID to retrieve

gong_search_calls

Search for Gong calls based on specific criteria Parameters:
ParameterTypeRequiredDefaultDescription
contentSelectorobjectYesContent selector for search calls
filterobjectYesFilter for search calls

gong_list_users

List all users registered in Gong

gong_get_transcript

Get transcript from a Gong call. Returns transcript content with speaker IDs, timestamps (in seconds), and text. Uses POST /v2/calls/transcript endpoint with filter.callIds. Requires api:calls:read:transcript scope. Use gong_list_calls or gong_get_call first to get the call ID. Parameters:
ParameterTypeRequiredDefaultDescription
callIdstringYesCall ID from Gong (e.g., “1234567890”). Use the “id” field from gong_list_calls or gong_get_call response.