KosmoKrator

communication

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.

8 functions 8 read 0 write API key auth

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.

Machine-Readable Metadata
integration_slug
gong
route_slug
gong
package
gong
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Gong MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gong.

Gong CLI Matrix

Use these pages for direct Gong CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.