Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GONG_ACCESS_KEY | Yes | Your Gong API access key | |
| GONG_ACCESS_KEY_SECRET | Yes | Your Gong API secret key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_calls | List Gong calls with optional date filtering. Returns call metadata including ID, title, duration, and participants. |
| get_call_details | Get detailed information about specific calls including participants, topics, trackers, action items, and more. |
| get_transcripts | Retrieve full transcripts for specified calls. Returns speaker-attributed, timestamped transcript text. |
| list_users | List all Gong users in your workspace. Returns user details including name, email, and settings. |
| search_calls | Search for calls with various filters including date range, user IDs, and specific call IDs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Gong Users | List of all users in your Gong workspace |