Skip to main content
Glama

Gong MCP Server

by kenazk

retrieve_transcripts

Extracts detailed call transcripts from the Gong MCP Server, including speaker IDs, topics, and timestamped sentences, using specific call IDs for precise retrieval.

Instructions

Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences.

Input Schema

NameRequiredDescriptionDefault
callIdsYesArray of Gong call IDs to retrieve transcripts for

Input Schema (JSON Schema)

{ "properties": { "callIds": { "description": "Array of Gong call IDs to retrieve transcripts for", "items": { "type": "string" }, "type": "array" } }, "required": [ "callIds" ], "type": "object" }
Install Server

Other Tools from Gong MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kenazk/gong-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server