Skip to main content
Glama

delete_assistant

Remove an assistant from the VoiceAI-MCP-VAVicky server by specifying the assistant ID to manage and optimize your AI integrations effectively.

Instructions

Delete an assistant

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assistant_idYesAssistant ID

Implementation Reference

  • The switch case in the executeTool method that implements the delete_assistant tool by preparing a DELETE HTTP request to the backend API endpoint for the specified assistant.
    case 'delete_assistant': url = `${this.baseUrl}/assistants/${args.assistant_id}`; method = 'DELETE'; break;
  • index.js:230-240 (registration)
    The tool definition including name, description, and input schema, registered in the ListToolsRequestSchema handler's tools array.
    { name: 'delete_assistant', description: 'Delete an assistant', inputSchema: { type: 'object', properties: { assistant_id: { type: 'string', description: 'Assistant ID' } }, required: ['assistant_id'] } },

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