# Gong — how to use (mcp.ai)

Gong is a platform for video meetings, call recording, and team collaboration.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_gong?ms=1781542560000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `gong_add_call_media_v2_calls_id_media`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/gong`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/gong/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/gong/add/call/media/v2/calls/id/media` — Adds a call media, recorded by a telephony system (pbx) or other media recording facility. gong accepts call recordings in various audio and video file formats, including wav, mp3, mp4, mkv and flac. 
  - body: { id: string, mediaFile?: object }
- `POST https://api.mcp.ai/api/gong/add/new/call/v2/calls` — When using this endpoint, either provide a downloadmediaurl or use the returned callid in a follow-up request to /v2/calls/{id}/media to upload the media file. when accessed through a bearer token aut
  - body: { title?: string, context?: object[], parties: object[], purpose?: string, duration?: integer, direction: string, customData?: string, meetingUrl?: string, actualStart: string, disposition?: string, primaryUser: string, workspaceId?: string, languageCode?: string, scheduledEnd?: string, clientUniqueId: string, scheduledStart?: string, callProviderCode?: string, downloadMediaUrl?: string, speakersTimeline__precise?: boolean, speakersTimeline__speechSegments?: object[] }
- `POST https://api.mcp.ai/api/gong/aggregate/activity/by/period/via/api` — Lists the aggregated activity of multiple users within the gong system for each time period within the defined date range. this endpoint returns multiple records, one for each user. for each user ther
  - body: { cursor?: string, filter__toDate?: string, filter__userIds?: string[], filter__fromDate?: string, aggregationPeriod: string, filter__createdToDateTime?: string, filter__createdFromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/aggregate/user/activity/statistics` — Lists the activity of multiple users within the gong system during a defined period. given the period, this endpoint returns multiple records, one for each user, with an applicable activity during the
  - body: { cursor?: string, filter__toDate?: string, filter__userIds?: string[], filter__fromDate?: string, filter__createdToDateTime?: string, filter__createdFromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/assign/prospects/to/flow` — Use this endpoint to assign a number of prospects to a flow. prospects can be contacts or leads in your crm. generate a list of comma separated crm ids of the prospects you want to add to a flow. the 
  - body: { flowId: string, crmProspectsIds: string[], flowInstanceOwnerEmail: string }
- `POST https://api.mcp.ai/api/gong/create/a/new/gong/meeting/v2/meetings` — When accessed through a bearer token authorization method, this endpoint requires the scope 'api:meetings:user:create'.
  - body: { title?: string, endTime: string, invitees: object[], startTime: string, externalId?: string, organizerEmail: string }
- `POST https://api.mcp.ai/api/gong/create/activity/scorecards/report` — Retrieve all the answers for the scorecards that were reviewed during a specified date range, for calls that took place during a specified date range, for specific scorecards or for specific reviewed 
  - body: { cursor?: string, filter__callToDate?: string, filter__callFromDate?: string, filter__reviewMethod?: string, filter__reviewToDate?: string, filter__scorecardIds?: string[], filter__reviewFromDate?: string, filter__reviewedUserIds?: string[] }
- `POST https://api.mcp.ai/api/gong/create/permission/profile/v2/permission/profile` — Create a permission profile in a given workspace.
  - body: { id?: string, name?: string, deals?: boolean, usage?: boolean, market?: boolean, account?: boolean, library?: boolean, activity?: boolean, coaching?: boolean, forecast?: boolean, teamStats?: boolean, trimCalls?: boolean, scoreCalls?: boolean, deleteCalls?: boolean, description?: string, initiatives?: boolean, workspaceId: string, deleteEmails?: boolean, privateCalls?: boolean, crmDataImport?: boolean, listenInCalls?: boolean, overrideScore?: boolean, callsAndSearch?: boolean, forecastManage?: boolean, manageScorecards?: boolean, downloadCallMedia?: boolean, dealsInlineEditing?: boolean, crmDataInlineEditing?: boolean, viewRevenueAnalytics?: boolean, manageRevenueAnalytics?: boolean, shareCallsWithCustomers?: boolean, callsAccess__teamLeadIds?: string[], dealsAccess__teamLeadIds?: string[], usageAccess__teamLeadIds?: string[], viewEngageAnalyticsFlows?: boolean, emailsAccess__teamLeadIds?: string[], coachingAccess__teamLeadIds?: string[], insightsAccess__teamLeadIds?: string[], viewEngageAnalyticsActivity?: boolean, callsAccess__permissionLevel?: string, dealsAccess__permissionLevel?: string, engageManageCompanySequences?: boolean, engageManageCompanyTemplates?: boolean, usageAccess__permissionLevel?: string, emailsAccess__permissionLevel?: string, engageCreateAndManageRulesets?: boolean, manageGeneralBusinessSettings?: boolean, createEditAndDeleteDealsBoards?: boolean, engageSnoozeFlowToDosForOthers?: boolean, manuallyScheduleAndUploadCalls?: boolean, viewEngageAnalyticsPerformance?: boolean, coachingAccess__permissionLevel?: string, exportCallsAndCoachingDataToCSV?: boolean, insightsAccess__permissionLevel?: string, libraryFolderAccess__manageStreams?: boolean, libraryFolderAccess__permissionLevel?: string, libraryFolderAccess__libraryFolderIds?: string[], libraryFolderAccess__manageFolderCalls?: boolean, libraryFolderAccess__managePublicFolder?: boolean, libraryFolderAccess__shareFoldersAndStreams?: boolean, forecastPermissions__forecastAccess__teamLeadIds?: string[], forecastPermissions__forecastAccess__permissionLevel?: string, forecastPermissions__forecastEditTargets__teamLeadIds?: string[], forecastPermissions__forecastEditSubmissions__teamLeadIds?: string[], forecastPermissions__forecastEditTargets__permissionLevel?: string, forecastPermissions__forecastEditSubmissions__permissionLevel?: string }
- `POST https://api.mcp.ai/api/gong/data/privacy/for/phone/number` — Shows the elements in the gong system that reference the given phone number. given a phone number, this endpoint returns details of any leads or contacts with this phone number and their associated ca
  - body: { phoneNumber: string }
- `POST https://api.mcp.ai/api/gong/delete/a/generic/crm/integration/v2/crm/integrations` — Deletes an existing crm integration from the gong platform. this endpoint should be used when you want to disconnect or remove a previously established integration between gong and a crm system, such 
  - body: { integrationId: integer, clientRequestId: string }
- `POST https://api.mcp.ai/api/gong/delete/a/gong/meeting/v2/meetings` — When accessed through a bearer token authorization method, this endpoint requires the scope 'api:meetings:user:delete'.
  - body: { meetingId: integer, organizerEmail?: string }
- `POST https://api.mcp.ai/api/gong/delete/users/from/call/access/list` — Remove individual user access from calls. the request can only remove access previously given by the /v2/calls/users-access api. if a given user does not have access to the call, they will be unaffect
  - body: { callAccessList?: object[] }
- `POST https://api.mcp.ai/api/gong/erase/data/for/email/address` — Given an email address, this endpoint deletes from the gong system any calls or email messages that reference this address. email messages sent to or from the address are deleted. calls where the emai
  - body: { emailAddress: string }
- `POST https://api.mcp.ai/api/gong/erase/data/for/phone/number` — Given a phone number, this endpoint deletes from the gong system any leads or contacts with a matching phone number or mobile phone number. email messages sent to or from these leads/contacts are dele
  - body: { phoneNumber: string }
- `POST https://api.mcp.ai/api/gong/fetch/all/permission/profiles` — Returns a list of all permission profiles. the listing is in the alphabetical order of the profile names.
  - body: { workspaceId: string }
- `POST https://api.mcp.ai/api/gong/get/crm/integration/details` — <style>.public-api-info { background: rgb(222, 235, 255);}.public-api-tip { background: rgb(227, 252, 239);}.public-api-parameter { background: rgba(9,30,66,0.08);}.public-api-note { background: rgb(2
- `POST https://api.mcp.ai/api/gong/get/crm/objects/v2/crm/entities` — Retrieves crm entities from the gong platform. this endpoint allows users to fetch various crm objects such as accounts, deals, and contacts that have been integrated with gong's revenue intelligence 
  - body: { objectType: string, integrationId: integer, objectsCrmIds: string[] }
- `POST https://api.mcp.ai/api/gong/get/permission/profile` — Returns a permission profile.
  - body: { profileId: string }
- `POST https://api.mcp.ai/api/gong/get/request/status/v2/crm/request/status` — The getcrmrequeststatus endpoint retrieves the current status of crm integration requests in the gong platform. it allows users to check the progress and outcome of operations related to crm data uplo
  - body: { integrationId: integer, clientRequestId: string }
- `POST https://api.mcp.ai/api/gong/list/all/coaching/metrics/v2/coaching` — List all of the coaching metrics of a manager. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:coaching:read'.
  - body: { to: string, from: string, manager__id: integer, workspace__id: integer }
- `POST https://api.mcp.ai/api/gong/list/all/company/workspaces/v2/workspaces` — Returns a list of all workspaces including their details. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:workspaces:read'.
- `POST https://api.mcp.ai/api/gong/list/all/users/v2/users` — List all of the company's users. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:users:read'.
  - body: { cursor?: string, includeAvatars?: boolean }
- `POST https://api.mcp.ai/api/gong/list/flows/for/crm/prospects` — Get the gong engage flows assigned to the given prospects. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:flows:read'.
  - body: { crmProspectsIds: string[] }
- `POST https://api.mcp.ai/api/gong/list/folder/calls` — Given a folder id, this endpoint retrieves a list of calls in it. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:library:read'.
  - body: { folderId?: string }
- `POST https://api.mcp.ai/api/gong/list/gong/engage/flows/v2/flows` — Engage flows have the following visibility types: * company: visible to everyone in the company, can only be edited by users with edit permissions. * personal: reps can set up their own flows which ar
  - body: { cursor?: string, workspaceId?: string, flowOwnerEmail: string }
- `POST https://api.mcp.ai/api/gong/list/schema/fields/v2/crm/entity/schema` — Retrieves the comprehensive schema of crm entities in the gong platform. this endpoint provides detailed metadata about the structure, attributes, and relationships of entities within the customer rel
  - body: { objectType: string, integrationId: integer }
- `POST https://api.mcp.ai/api/gong/list/users/by/filter/v2/users/extensive` — List multiple users. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:users:read'.
  - body: { cursor?: string, filter__userIds?: string[], filter__includeAvatars?: boolean, filter__createdToDateTime?: string, filter__createdFromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/manage/user/call/access` — Returns a list of users who have received individual access to calls through the api. this endpoint doesn't cover user that have access for other reasons (such as sharing recipients, or access through
  - body: { filter__callIds?: string[] }
- `POST https://api.mcp.ai/api/gong/post/a/digital/interaction/v2/digital/interaction` — When accessed through a bearer token authorization method, this endpoint requires the scope 'api:digital-interactions:write'.
  - body: { device?: string, eventId: string, eventType: string, sessionId?: string, timestamp: string, trackingId?: string, customFields?: object[], person__name?: string, person__email?: string, person__personId?: string, sourceSystemName?: string, content__contentId?: string, content__contentUrl?: string, person__phoneNumber?: string, content__contentLabel?: string[], content__contentTitle?: string, person__company__name?: string, person__location__city?: string, person__company__domain?: string, person__location__state?: string, person__location__region?: string, person__location__country?: string, person__company__companyId?: string, person__personCustomFields?: object[], content__contentCustomFields?: object[], content__contentAdditionalInfoUrl?: string, content__searchObjectDetails__url?: string, content__searchObjectDetails__name?: string, content__stepContentDetails__value?: string, content__searchObjectDetails__domain?: string, content__numericContentDetails__value?: integer, content__searchObjectDetails__objectId?: string, content__numericContentDetails__rangeTo?: integer, person__personBusinessContext__objectId?: string, content__searchObjectDetails__objectType?: string, person__company__companyBusinessContexts?: object[], content__numericContentDetails__rangeFrom?: integer, person__personBusinessContext__objectType?: string, person__personBusinessContext__systemName?: string, content__numericContentDetails__numericType?: string, content__stepContentDetails__availableSteps?: string[] }
- `POST https://api.mcp.ai/api/gong/post/day/by/day/activity/stats` — Retrieve the daily activity of multiple users within the gong system for a range of dates. this endpoint returns records including statistics about each user's activity, on the daily level. records ar
  - body: { cursor?: string, filter__toDate?: string, filter__userIds?: string[], filter__fromDate?: string, filter__createdToDateTime?: string, filter__createdFromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/post/interaction/filter/stats` — Returns interaction stats for users based on calls that have whisper turned on. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:stats:interaction'.
  - body: { cursor?: string, filter__toDate?: string, filter__userIds?: string[], filter__fromDate?: string, filter__createdToDateTime?: string, filter__createdFromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/post/meeting/integration/status` — When accessed through a bearer token authorization method, this endpoint requires the scope 'api:meetings:integration:status'.
  - body: { emails?: string[] }
- `POST https://api.mcp.ai/api/gong/register/crm/integration` — Updates an existing crm integration in the gong platform. this endpoint allows you to modify the details of a previously set up integration between gong and your customer relationship management (crm)
  - body: { name: string, ownerEmail: string }
- `POST https://api.mcp.ai/api/gong/report/content/viewed/event` — Push engagement events into gong and display them as events in gong’s activity timeline, when a content is viewed by an external participant (for example, a contract was “viewed” by the prospect) when
  - body: { eventId?: string, shareId?: string, contentId: string, userAgent?: string, actionName?: string, contentUrl: string, crmContext?: object[], sharer__id?: string, trackingId?: string, mobileAppId?: string, moreInfoUrl?: string, viewInfoUrl?: string, workspaceId?: string, contentTitle: string, sharer__name?: string, viewer__name?: string, agentPlatform?: string, sharer__email?: string, viewer__email?: string, viewer__title?: string, eventTimestamp: string, eventProperties?: object[], reportingSystem: string, viewActionTitle?: string, viewer__context?: object[], contentProperties?: object[], sharingMessageBody?: string, sharingMessageSubject?: string, nonCompanyParticipants?: object[] }
- `POST https://api.mcp.ai/api/gong/report/custom/engagement/event` — Push engagement events into gong and display them as events in gong’s activity timeline, when a content is engaged by an external participant (for example, a contract was “signed” by the prospect) whe
  - body: { eventId?: string, shareId?: string, contentId?: string, userAgent?: string, actionName?: string, contentUrl?: string, crmContext?: object[], sharer__id?: string, trackingId?: string, actor__name?: string, mobileAppId?: string, moreInfoUrl?: string, workspaceId?: string, actor__email?: string, actor__title?: string, contentTitle?: string, eventInfoUrl?: string, sharer__name?: string, agentPlatform?: string, sharer__email?: string, actor__context?: object[], eventTimestamp: string, eventProperties?: object[], reportingSystem: string, contentProperties?: object[], sharingMessageBody?: string, sharingMessageSubject?: string, nonCompanyParticipants?: object[] }
- `POST https://api.mcp.ai/api/gong/retrieve/call/data/by/date/range/v2/calls` — List calls that took place during a specified date range. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:calls:read:basic'.
  - body: { cursor?: string, toDateTime: string, workspaceId?: string, fromDateTime: string }
- `POST https://api.mcp.ai/api/gong/retrieve/data/for/a/specific/call/v2/calls/id` — Retrieve data for a specific call. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:calls:read:basic'.
  - body: { id: string }
- `POST https://api.mcp.ai/api/gong/retrieve/data/privacy/info/for/email/address` — Shows the elements in the gong system that reference the given email address. given an emails address, this endpoint returns details of all calls and email messages that reference this address, and an
  - body: { emailAddress: string }
- `POST https://api.mcp.ai/api/gong/retrieve/filtered/call/details` — Lists detailed call data for calls that took place during a specified date range, have specified call ids or hosted by specified users. when accessed through a bearer token authorization method, this 
  - body: { cursor?: string, filter__callIds?: string[], filter__toDateTime?: string, filter__workspaceId?: string, filter__fromDateTime?: string, filter__primaryUserIds?: string[], contentSelector__context?: string, contentSelector__contextTiming?: string[], contentSelector__exposedFields__media?: boolean, contentSelector__exposedFields__parties?: boolean, contentSelector__exposedFields__content__brief?: boolean, contentSelector__exposedFields__content__topics?: boolean, contentSelector__exposedFields__content__outline?: boolean, contentSelector__exposedFields__content__trackers?: boolean, contentSelector__exposedFields__content__keyPoints?: boolean, contentSelector__exposedFields__content__structure?: boolean, contentSelector__exposedFields__interaction__video?: boolean, contentSelector__exposedFields__content__highlights?: boolean, contentSelector__exposedFields__content__callOutcome?: boolean, contentSelector__exposedFields__interaction__speakers?: boolean, contentSelector__exposedFields__interaction__questions?: boolean, contentSelector__exposedFields__content__pointsOfInterest?: boolean, contentSelector__exposedFields__content__trackerOccurrences?: boolean, contentSelector__exposedFields__collaboration__publicComments?: boolean, contentSelector__exposedFields__interaction__personInteractionStats?: boolean }
- `POST https://api.mcp.ai/api/gong/retrieve/library/folders/v2/library/folders` — Use this endpoint to retrieve a list of public library folders. we do not allow retrieval of either private or archived folders. when accessed through a bearer token authorization method, this endpoin
  - body: { workspaceId?: string }
- `POST https://api.mcp.ai/api/gong/retrieve/logs/data/by/type/and/time/range/v2/logs` — List log entries that took place during a specified time range. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:logs:read'.
  - body: { cursor?: string, logType: string, toDateTime?: string, fromDateTime: string }
- `POST https://api.mcp.ai/api/gong/retrieve/manual/crm/call/associations` — Returns a list of all calls that were manually associated or re-associated with crm account and deal/opportunity since a given time. actions will be listed in the ascending order of their timing. noti
  - body: { cursor?: string, fromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/retrieve/scorecards/details/v2/settings/scorecards` — Retrieve all the scorecards within the gong system. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:settings:scorecards:read'.
- `POST https://api.mcp.ai/api/gong/retrieve/tracker/details/v2/settings/trackers` — Retrieves details of all keyword trackers in the system or in a given workspace. when accessed through a bearer token authorization method, this endpoint requires the 'api:settings:trackers:read' scop
  - body: { workspaceId?: string }
- `POST https://api.mcp.ai/api/gong/retrieve/transcripts/of/calls/v2/calls/transcript` — Returns transcripts for calls that took place during the specified date period. if call ids are specified, only transcripts for calls with those ids that took place during the time period are returned
  - body: { cursor?: string, filter__callIds?: string[], filter__toDateTime?: string, filter__workspaceId?: string, filter__fromDateTime?: string }
- `POST https://api.mcp.ai/api/gong/retrieve/user/settings/history` — Retrieve a specific user's settings history. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:users:read'.
  - body: { id: string }
- `POST https://api.mcp.ai/api/gong/retrieve/user/v2/users/id` — Retrieve a specific user. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:users:read'.
  - body: { id: string }
- `POST https://api.mcp.ai/api/gong/retrieve/users/from/permission/profile` — Returns a list of all users whose access is controlled by the given permission profile. when accessed through a bearer token authorization method, this endpoint requires the scope 'api:users:read'.
  - body: { profileId: string }
- `POST https://api.mcp.ai/api/gong/set/user/call/access` — Give individual users access to calls. if a user already has access (perhaps the call was shared with them, or they have access through their permission profiles) the request will have no effect. when
  - body: { callAccessList?: object[] }
- `POST https://api.mcp.ai/api/gong/update/a/gong/meeting/v2/meetings/meeting/id` — When accessed through a bearer token authorization method, this endpoint requires the scope 'api:meetings:user:update'.
  - body: { title?: string, endTime: string, invitees: object[], meetingId: integer, startTime: string, externalId?: string, organizerEmail: string }
- `POST https://api.mcp.ai/api/gong/update/permission/profile/v2/permission/profile` — Update a permission profile.
  - body: { id?: string, name?: string, deals?: boolean, usage?: boolean, market?: boolean, account?: boolean, library?: boolean, activity?: boolean, coaching?: boolean, forecast?: boolean, profileId: string, teamStats?: boolean, trimCalls?: boolean, scoreCalls?: boolean, deleteCalls?: boolean, description?: string, initiatives?: boolean, deleteEmails?: boolean, privateCalls?: boolean, crmDataImport?: boolean, listenInCalls?: boolean, overrideScore?: boolean, callsAndSearch?: boolean, forecastManage?: boolean, manageScorecards?: boolean, downloadCallMedia?: boolean, dealsInlineEditing?: boolean, crmDataInlineEditing?: boolean, viewRevenueAnalytics?: boolean, manageRevenueAnalytics?: boolean, shareCallsWithCustomers?: boolean, callsAccess__teamLeadIds?: string[], dealsAccess__teamLeadIds?: string[], usageAccess__teamLeadIds?: string[], viewEngageAnalyticsFlows?: boolean, emailsAccess__teamLeadIds?: string[], coachingAccess__teamLeadIds?: string[], insightsAccess__teamLeadIds?: string[], viewEngageAnalyticsActivity?: boolean, callsAccess__permissionLevel?: string, dealsAccess__permissionLevel?: string, engageManageCompanySequences?: boolean, engageManageCompanyTemplates?: boolean, usageAccess__permissionLevel?: string, emailsAccess__permissionLevel?: string, engageCreateAndManageRulesets?: boolean, manageGeneralBusinessSettings?: boolean, createEditAndDeleteDealsBoards?: boolean, engageSnoozeFlowToDosForOthers?: boolean, manuallyScheduleAndUploadCalls?: boolean, viewEngageAnalyticsPerformance?: boolean, coachingAccess__permissionLevel?: string, exportCallsAndCoachingDataToCSV?: boolean, insightsAccess__permissionLevel?: string, libraryFolderAccess__manageStreams?: boolean, libraryFolderAccess__permissionLevel?: string, libraryFolderAccess__libraryFolderIds?: string[], libraryFolderAccess__manageFolderCalls?: boolean, libraryFolderAccess__managePublicFolder?: boolean, libraryFolderAccess__shareFoldersAndStreams?: boolean, forecastPermissions__forecastAccess__teamLeadIds?: string[], forecastPermissions__forecastAccess__permissionLevel?: string, forecastPermissions__forecastEditTargets__teamLeadIds?: string[], forecastPermissions__forecastEditSubmissions__teamLeadIds?: string[], forecastPermissions__forecastEditTargets__permissionLevel?: string, forecastPermissions__forecastEditSubmissions__permissionLevel?: string }
- `POST https://api.mcp.ai/api/gong/update/shared/content/event` — Push engagement events into gong and display them as events in gong’s activity timeline, when a gong user shares content with external participants (for example, a contract was “shared” by the account
  - body: { eventId?: string, shareId?: string, contentId: string, userAgent?: string, actionName?: string, contentUrl: string, crmContext?: object[], recipients?: object[], sharer__id?: string, trackingId?: string, mobileAppId?: string, moreInfoUrl?: string, workspaceId?: string, contentTitle: string, shareInfoUrl?: string, sharer__name?: string, agentPlatform?: string, sharer__email?: string, eventTimestamp: string, eventProperties?: object[], reportingSystem: string, contentProperties?: object[], sharingMessageBody?: string, sharingMessageSubject?: string, nonCompanyParticipants?: object[] }
- `POST https://api.mcp.ai/api/gong/upload/crm/objects/v2/crm/entities` — Uploads crm data files to the gong platform for integration and analysis. this endpoint allows users to send large crm data files (up to 200mb) using a multipart/form-data request. it should be used w
  - body: { dataFile?: object }

## More
- Page: https://mcp.ai/gong
- Agent spec (llms.txt): https://mcp.ai/gong/llms.txt
- Postman collection: https://mcp.ai/gong/postman.json
