cancel_call
Terminate an active phone call by specifying the unique call ID using the VoiceAI-MCP-VAVicky server. Simplify call management and control with precision.
Instructions
Cancel an active phone call
Input Schema
Name | Required | Description | Default |
---|---|---|---|
call_id | Yes | Call ID |
Input Schema (JSON Schema)
{
"properties": {
"call_id": {
"description": "Call ID",
"type": "string"
}
},
"required": [
"call_id"
],
"type": "object"
}