Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAPI_TOKEN | Yes | Your Vapi API key from the Vapi dashboard |
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 |
|---|---|
| list_assistants | Lists all Vapi assistants |
| create_assistant | Creates a new Vapi assistant |
| get_assistant | Gets a Vapi assistant by ID |
| list_calls | Lists all Vapi calls |
| create_call | Creates a outbound call |
| get_call | Gets details of a specific call |
| list_phone_numbers | Lists all Vapi phone numbers |
| get_phone_number | Gets details of a specific phone number |