Skip to main content

Voice Tools & Features

Voice tools extend your agent’s abilities during a live phone call. Unlike general tools (Google Calendar, Sheets, etc.), voice tools interact directly with the call itself — ending it, transferring it, sending an SMS mid-conversation, collecting payments, or authenticating callers. thinnestAI provides 44 voice features organized into categories below. Some features expose callable tools to the LLM (the agent decides when to use them), while others inject behavior via the system prompt or run automatically.

Call Control

Core tools for managing the call lifecycle.

Communication

Send messages and visual content to the caller during or after the call.

Authentication & Security

Verify caller identity and enforce compliance.

Business Actions

Tools that perform real-world actions during the call.

Recording & Monitoring

Record, monitor, and analyze calls in real time.

Analytics & Post-Call

Track performance, detect gaps, and sync with external systems.

Voice & Language

Control how the agent sounds and handles multiple languages.

Adding Voice Tools to Your Agent

Voice tools are configured in the Voice Settings section of your agent, separate from general tools.

Via the Dashboard

  1. Open your agent in the dashboard.
  2. Scroll to the Voice Settings section.
  3. Enable the tools you need (e.g., toggle End Call, Transfer, DTMF).
  4. Configure each tool’s settings (e.g., transfer destination number, SMS template).
  5. Click Save.

Via the API

See the Create Agent API for the full voice configuration reference.

How Voice Tools Work

During a live call, your AI agent decides when to use a voice tool based on conversation context and your instructions. For example:
  • The caller asks to speak to a manager -> agent triggers Transfer Call
  • The caller says “goodbye” -> agent triggers End Call
  • The caller asks for a confirmation link -> agent triggers SMS Mid-Call
  • Voicemail detected on outbound call -> agent triggers Voicemail Drop
  • Caller’s sentiment drops significantly -> agent triggers Sentiment Escalation
  • Caller wants to make a payment -> agent triggers Payment Processing

General vs. Voice Tools

Your agent can use both general tools and voice tools simultaneously. For example, during a call the agent might look up a calendar slot (general tool) and then send an SMS confirmation (voice tool).