Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUO_API_KEY | Yes | Quo API key used for all API calls. | |
| QUO_HTTP_TIMEOUT_MS | No | request timeout in milliseconds (default: 30000). | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_text | Send an SMS text message from a Quo phone number to a recipient. Use E.164 format for phone numbers (e.g. +18325551234). The 'from' field can be a phone number ID (PN...) or E.164 number. |
| list_messages | List messages for a specific phone number and conversation participant. Returns messages in chronological order with pagination. |
| get_message | Get a specific message by its ID. |
| list_conversations | List conversations, optionally filtered by phone number(s), user, or date range. Ordered by most recent activity. |
| create_contact | Create a new contact in the Quo workspace. |
| list_contacts | List contacts in the Quo workspace with optional filtering. |
| get_contact | Get a specific contact by ID. |
| update_contact | Update an existing contact by ID. |
| delete_contact | Delete a contact by ID. THIS IS DESTRUCTIVE — use with caution. |
| list_calls | List calls for a specific phone number and participant. |
| get_call | Get details of a specific call by ID, including duration, status, direction. |
| get_call_recordings | Get recordings for a specific call. |
| get_call_summary | Get an AI-generated summary of a call (Business/Scale plans only). |
| get_call_transcription | Get the transcription of a call (Business/Scale plans only). |
| get_voicemail | Get the voicemail for a call. |
| list_phone_numbers | List all phone numbers in the Quo workspace, with their users and settings. |
| get_phone_number | Get details of a specific phone number by ID, including users, restrictions, and forwarding settings. |
| list_users | List all users in the Quo workspace. |
| get_user | Get a specific user by ID, including their email, name, role, and picture. |
| get_contact_custom_fields | List all custom contact fields defined in the workspace (name, key, type). Useful for understanding what custom data is tracked on contacts. |
| list_webhooks | List all configured webhooks. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |