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_SECRET | Yes | Your Gong API access secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_calls | List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration. |
retrieve_transcripts | Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences. |