productivity
Gong MCP, CLI, and Lua Integration for AI Agents
Gong integration docs for AI agents: MCP gateway setup, Gong CLI commands, Lua API reference, credentials, and function schemas.Gong for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
gong.gong_list_calls | Read read | 6 | List call recordings from Gong. Filter by date range, participants, or other criteria. Returns call metadata including title, duration, participants, and timestamps. |
gong.gong_get_call | Read read | 1 | Get detailed information about a specific call in Gong, including metadata, participants, and tracking data. |
gong.gong_list_transcripts | Read read | 5 | List call transcripts from Gong. Filter by download date, call type, or status. Returns transcript metadata including call ID, language, and processing status. |
gong.gong_get_transcript | Read read | 1 | Get the full transcript of a specific call in Gong, including speaker turns, timestamps, and transcript metadata. |
gong.gong_list_users | Read read | 2 | List users in the Gong workspace. Returns user details including name, email, title, and manager. |
gong.gong_list_deals | Read read | 6 | List deals tracked in Gong. Filter by date range or pipeline stage. Returns deal metadata including name, stage, amount, and associated users. |
gong.gong_list_interactions | Read read | 5 | List customer interactions tracked in Gong. Filter by date range, activity type, or participants. Returns interaction metadata including type, duration, and parties involved. |
gong.gong_get_current_user | Read read | 0 | Get the currently authenticated Gong user profile. Useful for verifying credentials and understanding whose data is being accessed. |