gong_list_calls
ActiveTool of Gong
declared in 0.1.0
List recorded calls from your workspace with optional date filtering. Returns call IDs, dates, participants, duration, and engagement metrics. Supports pagination for large result sets.
Parameters schema
{
"type": "object",
"examples": [
{
"toDateTime": "2024-01-31T23:59:59Z",
"fromDateTime": "2024-01-01T00:00:00Z"
},
{
"cursor": "eyJvZmZzZXQiOiAxMDB9",
"fromDateTime": "2024-12-01T00:00:00Z"
}
],
"properties": {
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"toDateTime": {
"type": "string",
"description": "End of date range (ISO 8601)"
},
"fromDateTime": {
"type": "string",
"description": "Start of date range (ISO 8601, e.g. \"2024-01-01T00:00:00Z\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gong
https://github.com/pipeworx-io/mcp-gong
1/7 registries