getv2callsbyid
Retrieve specific call details by ID using the gong-mcp server. Simplify accessing targeted call information with a straightforward input schema.
Instructions
Retrieve a single call
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}