Voyp MCP Server

by paulotaylor
Verified
MIT License
11
4
  • Apple
  • Linux

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" }