- Overview
- Available Tools
- Typical Workflows
- Discovery → Transcript Retrieval
- Call Analysis Workflow
- Tool Details
- gong_list_calls
- gong_get_transcript
- gong_get_call_details
- Integration with Mind Reasoner
- Creating Minds from Gong Calls
- Bulk Mind Creation
- Tips for Effective Use
- Filtering Strategies
- Combining Tools
- Limitations & Considerations
- API Rate Limits
- Data Access
- Speaker Attribution
- Next Steps
Gong Tools Reference
Setup Required
These tools require Gong integration to be configured. See the Gong Setup Guide for configuration instructions.
Overview
When you connect Gong to your MCP server, you get 3 additional tools that provide comprehensive access to your sales call data. These tools work together to list calls, retrieve transcripts, and analyze call details.
Available Tools
Typical Workflows
Discovery → Transcript Retrieval
Example natural language command:
Call Analysis Workflow
Example natural language command:
Tool Details
gong_list_calls
Purpose: List call recordings with metadata and optional date filtering
Key Features:
- Date range filtering (from/to dates)
- Pagination support for large result sets
- Returns call IDs, titles, participants, duration, date
When to use:
- Finding specific calls by date
- Discovering available calls before retrieval
- Building call inventories
- Filtering to calls of interest
gong_get_transcript
Purpose: Retrieve detailed transcripts with full speaker attribution
Key Features:
- Complete conversation text
- Speaker names and email addresses
- Timestamp information
- Structured by speaker turns
When to use:
- Creating minds from sales conversations
- Analyzing customer objections and responses
- Extracting individual speaker segments
- Training AI on actual conversations
gong_get_call_details
Purpose: Get comprehensive call analytics and metadata
Key Features:
- Participant details (names, emails, roles)
- Topics discussed during the call
- Call structure (agenda items, phases)
- Speaker statistics (talk time, word count)
When to use:
- Understanding call dynamics before downloading transcripts
- Analyzing topic coverage across calls
- Evaluating speaker participation
- Identifying high-value calls for mind creation
Integration with Mind Reasoner
Creating Minds from Gong Calls
The most common workflow combines Gong tools with Mind Reasoner tools:
- Discovery: Use
gong_list_callsto find relevant calls - Retrieval: Use
gong_get_transcriptto get the full conversation - Mind Creation: Use Mind Reasoner
create_mindto create a digital entity - Upload: Upload the Gong transcript as training data
- Training: Create snapshot and wait for AI training to complete
- Simulation: Run predictions based on the sales conversation patterns
Natural language example:
AI automatically orchestrates all steps, handling pagination, transcript retrieval, and mind creation.
Bulk Mind Creation
Process multiple calls at once:
The AI will:
- List and filter calls by type/date
- Retrieve transcripts for all matching calls
- Identify prospect participants
- Create individual minds
- Extract relevant transcript segments per person
- Upload and train each mind
Tips for Effective Use
Filtering Strategies
By Date:
By Participant:
By Call Characteristics:
Combining Tools
Get maximum value by using tools together:
This single command uses:
gong_list_callsfor discoverygong_get_call_detailsfor filteringgong_get_transcriptfor retrieval- Mind Reasoner tools for mind creation
Limitations & Considerations
API Rate Limits
Gong enforces API rate limits. The MCP server handles these automatically, but be aware:
- Bulk operations may take time if rate limited
- Error messages will indicate when to retry
- Consider spreading large operations over time
Data Access
You can only access:
- Calls you have permissions to view in Gong
- Calls from your organization’s Gong account
- Transcripts that have been fully processed
Speaker Attribution
- Speaker emails are provided directly by Gong (accurate)
- Speakers are identified by Gong’s voice recognition
- External participants may have limited metadata
Next Steps
Individual Tool Docs
Explore detailed documentation for each Gong tool with parameters and examples.
Setup Guide
If you haven’t configured Gong yet, follow the setup guide.
Gong Setup →Workflow Examples
See complete examples of Gong + Mind Reasoner workflows.
Quickstart Guide →