Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user | Get user data including tokens and settings |
| update_white_label | Update White Label details: name, description, domain and color |
| update_smtp | Update SMTP settings for custom email notifications |
| update_openai_token | Update OpenAI API Key |
| update_elevenlabs_token | Update Elevenlabs API Key |
| update_deepseek_token | Update Deepseek API Key |
| update_gemini_token | Update Google Gemini API Key |
| update_openrouter_token | Update Open Router API Key |
| get_assistants | Get all assistants for the authenticated user |
| get_assistant | Get basic information about a specific assistant |
| get_one_assistant | Get complete information about a specific assistant |
| create_assistant | Create a new assistant with comprehensive configuration |
| update_assistant | Update an existing assistant |
| delete_assistant | Delete an assistant |
| get_assistant_files | Get files associated with an assistant |
| delete_assistant_file | Delete a specific file from an assistant |
| get_assistant_usage | Get usage statistics for an assistant |
| get_assistants_token_usage | Get token usage across all assistants |
| get_dashboard_assistant | Get the dashboard assistant for the authenticated user |
| chat_with_assistant | Chat with a specific assistant |
| connect_twilio | Connect Twilio account credentials |
| disconnect_twilio | Disconnect Twilio account |
| get_twilio_numbers | Get all Twilio phone numbers |
| get_available_numbers | Get available phone numbers for purchase |
| buy_twilio_number | Purchase a new Twilio phone number |
| update_twilio_number | Update Twilio number configuration |
| get_twilio_usage | Get Twilio usage statistics |
| make_call | Make a phone call through assistant |
| make_bulk_call | Make bulk phone calls |
| get_calls_in_progress | Get all calls currently in progress |
| cancel_call | Cancel an active phone call |
| send_sms | Send SMS message through assistant |