Skip to main content
Glama

gong-mcp

by MaPa07

postv2callstranscript

Download call transcripts from the gong-mcp server by specifying filters like date range, call IDs, or participant emails.

Instructions

Download transcripts

Input Schema

NameRequiredDescriptionDefault
requestBodyYesThe JSON request body.

Input Schema (JSON Schema)

{ "properties": { "requestBody": { "description": "The JSON request body.", "properties": { "cursor": { "type": "string" }, "filter": { "properties": { "callIds": { "items": { "type": "string" }, "type": "array" }, "fromDateTime": { "format": "date-time", "type": "string" }, "participantsEmails": { "items": { "format": "email", "type": "string" }, "type": "array" }, "primaryUserIds": { "items": { "type": "string" }, "type": "array" }, "toDateTime": { "format": "date-time", "type": "string" } }, "type": "object" } }, "required": [ "filter" ], "type": "object" } }, "required": [ "requestBody" ], "type": "object" }

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/MaPa07/gong-mcp'

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