Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
call_idYesCall ID

Implementation Reference

  • index.js:430-440 (registration)
    Registration of the 'cancel_call' tool including its name, description, and input schema in the ListTools response.
    { name: 'cancel_call', description: 'Cancel an active phone call', inputSchema: { type: 'object', properties: { call_id: { type: 'string', description: 'Call ID' } }, required: ['call_id'] } },
  • Handler implementation for 'cancel_call' tool: constructs URL with call_id and sets method to DELETE for API request to cancel the call.
    case 'cancel_call': url = `${this.baseUrl}/twilio/calls/${args.call_id}`; method = 'DELETE'; break;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server