Skip to main content
Glama

Gong MCP Server

by kenazk

list_calls

Retrieve Gong call details including ID, title, timings, participants, and duration. Filter results by date range using ISO format for start and end times.

Instructions

List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration.

Input Schema

NameRequiredDescriptionDefault
fromDateTimeNoStart date/time in ISO format (e.g. 2024-03-01T00:00:00Z)
toDateTimeNoEnd date/time in ISO format (e.g. 2024-03-31T23:59:59Z)

Input Schema (JSON Schema)

{ "properties": { "fromDateTime": { "description": "Start date/time in ISO format (e.g. 2024-03-01T00:00:00Z)", "type": "string" }, "toDateTime": { "description": "End date/time in ISO format (e.g. 2024-03-31T23:59:59Z)", "type": "string" } }, "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