Voyp MCP Server

get_call

Retrieve call details

Input Schema

NameRequiredDescriptionDefault
idYesCall Id

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Call Id", "type": "string" } }, "required": [ "id" ], "type": "object" }