Appearance
QUO
QUO (formerly OpenPhone) — read & send SMS, call transcripts & summaries, and contacts
Connect with: API key · Type: quo · Tools: 14
| Tool | What it does | |
|---|---|---|
quo_create_contact | write | Create a QUO contact. |
quo_delete_contact | write | Delete a QUO contact by id. |
quo_get_call | read | Get a single call by its id (AC…), including direction, status, duration, and participants. |
quo_get_call_summary | read | Get the AI summary of a call (summary points, next steps). |
quo_get_call_transcript | read | Get the verbatim dialogue transcript of a call (speaker / timestamps / text). |
quo_get_contact | read | Get a single QUO contact by its id. |
quo_list_calls | read | List calls in a conversation. |
quo_list_contacts | read | List QUO contacts. |
quo_list_conversations | read | List QUO conversations (one per participant thread). |
quo_list_messages | read | List SMS messages in a conversation. |
quo_list_phone_numbers | read | List the workspace's QUO phone numbers. |
quo_list_team_members | read | List QUO workspace users (team members), including their id, email, name, and role. |
quo_send_sms | write | Send an SMS text message. |
quo_update_contact | write | Update an existing QUO contact by id. |
Tool names are suffixed with the connection they run against when you have more than one — quo_create_contact@production. With a single connection the bare name works.