Skip to main content
Glama
bgrgndzz

gong-mcp

by bgrgndzz

list-calls

List Gong call recordings within a date range to retrieve metadata like title, date, duration, and participants.

Instructions

List Gong call recordings within a date range. Returns call metadata including title, date, duration, and participants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxRecordsNoMaximum number of calls to return (default: all)
toDateTimeYesEnd date-time in ISO 8601 format (e.g. 2024-01-31T23:59:59Z)
workspaceIdNoFilter by workspace ID
fromDateTimeYesStart date-time in ISO 8601 format (e.g. 2024-01-01T00:00:00Z)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description must carry the behavioral disclosure burden. It states the output includes title, date, duration, and participants, but doesn't mention optional workspace filtering, maxRecords default, pagination, or whether it is strictly read-only. This is a basic disclosure but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the purpose, and includes a concise return-value note. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool without annotations or output schema, the description minimally explains the return fields and date range, but omits optional parameters and any pagination/limit behavior. It is adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions cover 100% of parameters, documenting ISO formats, default for maxRecords, and workspaceId filter. The description adds no independent parameter semantics beyond mentioning the date range, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists Gong call recordings within a date range, using the verb 'List' and a specific resource. It differentiates from get-call-details/transcript by focusing on metadata, but doesn't mention alternatives like search-calls.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear usage context (date range) but provides no guidance on when to use this tool instead of search-calls or find-calls-by-company. No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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