Vonage · Capability
Vonage Voice Communications
Voice call workflow for Vonage Voice API. Enables programmatic creation, monitoring, and control of outbound and inbound voice calls. Used by developers building IVR systems, call center solutions, voice notifications, and automated telephony applications.
What You Can Do
GET
List calls
— List voice calls with optional status filter.
/v1/calls
POST
Create call
— Create an outbound voice call.
/v1/calls
GET
Get call
— Get details of a specific call.
/v1/calls/{uuid}
PUT
Update call
— Modify an in-progress call.
/v1/calls/{uuid}
PUT
Play tts
— Play text-to-speech audio in a call.
/v1/calls/{uuid}/talk
DELETE
Stop tts
— Stop text-to-speech in a call.
/v1/calls/{uuid}/talk
MCP Tools
list-calls
List voice calls, optionally filtered by status.
read-only
idempotent
create-call
Create an outbound voice call to a phone number.
get-call
Get status and details of a specific call by UUID.
read-only
idempotent
hangup-call
Hang up an active voice call.
idempotent
play-tts
Play a text-to-speech message into an active call.
mute-call
Mute an active call.
idempotent
APIs Used
vonage-voice