Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADDRESS_CITY | No | City for address details (optional) | |
| ADDRESS_REGION | No | Region for address details (optional) | |
| ADDRESS_STREET | No | Street address details (optional) | |
| TWILIO_AUTH_TOKEN | Yes | Your Twilio authentication token | |
| TWILIO_ACCOUNT_SID | Yes | Your Twilio account SID | |
| ADDRESS_ISO_COUNTRY | No | ISO country code for address details (optional) | |
| ADDRESS_POSTAL_CODE | No | Postal code for address details (optional) | |
| ADDRESS_CUSTOMER_NAME | No | Customer name for address details (optional) | |
| ADDRESS_FRIENDLY_NAME | No | Friendly name for address details (optional) |
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_twilio_subaccounts | List all Twilio subaccounts or filter by friendly name. Provide an empty string for all subaccounts |
| get_account_phone_numbers | Get all phone numbers associated with a Twilio subaccount |
| get_all_phone_numbers | Get all phone numbers associated with a Twilio subaccount |
| get_regulatory_bundle_sid | Get the regulatory bundle SID for a Twilio subaccount |