Get Gong Call Details
gong_get_call_detailsGet in-depth analytics for a Gong call: topics, trackers, action items, talk ratios, and speaker stats. Input a call ID to receive a full breakdown.
Instructions
Get detailed analytics for a specific Gong call — topics discussed, trackers triggered, action items, talk ratios, and speaker stats.
Use gong_search_calls first to find call IDs.
Args:
call_id (string): The Gong call ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Call metadata, topics, trackers, action items, interaction stats, and speaker breakdown.
Examples:
"Analyze call 123456" -> call_id='123456'
"What topics were discussed in call 789?" -> call_id='789'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | Yes | The Gong call ID to fetch details for | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |