Skip to main content
Glama
AiAgency-Now

VoiceAI-MCP-VAVicky

Official
by AiAgency-Now

disconnect_twilio

Disconnect your Twilio account from VoiceAI-MCP-VAVicky to manage integrations and control platform connections.

Instructions

Disconnect Twilio account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The execution handler for the 'disconnect_twilio' tool. It sets the URL to the /twilio/ endpoint and method to DELETE, which disconnects the Twilio account by making an HTTP DELETE request.
    case 'disconnect_twilio':
      url = `${this.baseUrl}/twilio/`;
      method = 'DELETE';
      break;
  • index.js:325-333 (registration)
    The registration of the 'disconnect_twilio' tool in the ListTools response, including its name, description, and input schema (no required parameters).
    {
      name: 'disconnect_twilio',
      description: 'Disconnect Twilio account',
      inputSchema: {
        type: 'object',
        properties: {},
        required: []
      }
    },
  • The input schema for the 'disconnect_twilio' tool, defining an empty object with no properties or required fields.
    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/AiAgency-Now/MCP-VoiceAI-WhiteLabel'

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