Skip to main content
Glama

gong-mcp

by MaPa07

postv2callsextensive

Generate filtered call lists with detailed payloads using date ranges, call IDs, user IDs, or participant emails. Extract extended context and fields for targeted analysis on the Gong MCP server.

Instructions

Filtered call list with rich payload

Input Schema

NameRequiredDescriptionDefault
requestBodyYesThe JSON request body.

Input Schema (JSON Schema)

{ "properties": { "requestBody": { "description": "The JSON request body.", "properties": { "contentSelector": { "properties": { "context": { "enum": [ "None", "Extended" ], "type": "string" }, "contextTiming": { "items": { "enum": [ "Now", "TimeOfCall" ], "type": "string" }, "type": "array" }, "exposedFields": { "additionalProperties": { "type": "object" }, "type": "object" } }, "type": "object" }, "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