Skip to main content
Glama

disconnect_twilio

Remove a Twilio account integration from VoiceAI-MCP-VAVicky, enabling clear disconnection of services for streamlined platform management.

Instructions

Disconnect Twilio account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler logic for the 'disconnect_twilio' tool. It configures a DELETE HTTP request to the backend API endpoint '/twilio/' to disconnect the Twilio account.
    case 'disconnect_twilio': url = `${this.baseUrl}/twilio/`; method = 'DELETE'; break;
  • index.js:325-333 (registration)
    Registers the 'disconnect_twilio' tool in the MCP server's list of available tools, including its description and input schema (no required parameters).
    { name: 'disconnect_twilio', description: 'Disconnect Twilio account', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Defines the input schema for the 'disconnect_twilio' tool, which requires no parameters.
    inputSchema: { type: 'object', properties: {}, required: []

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