Skip to main content
GET
/
api
/
calls
/
voice-ai
/
tools
List available server-side tools for Voice AI agents
curl --request GET \
  --url https://your-instance.example.com/api/calls/voice-ai/tools \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "key": "checkBusinessHours",
      "label": "Check business hours",
      "description": "Returns whether the org is currently open and the next open window.",
      "disabled": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Tool catalog

tools
object[]
required