Agent
Tools
Functions your agent can call mid-conversation to take real action on your systems.
Check Calendar
Checks Google Calendar for available slots. Parameters: date range, duration, timezone.
json
{
"tool": "check_calendar",
"parameters": {
"date": "2026-08-05",
"duration_minutes": 30,
"timezone": "America/Los_Angeles"
}
}Book Appointment
Books a slot after checking availability. Parameters: date, time, name, phone, email, notes. Requires a Google Calendar OAuth connection.
Send to CRM
Pushes lead data to a webhook URL. Parameters: name, phone, email, qualification_status, notes. Works with GoHighLevel, HubSpot, Zapier, or any endpoint.
Transfer to Human
Transfers the call to a phone number. Parameters: transfer_number, reason. The agent explains the transfer to the caller before connecting.
Custom tools
Coming in a later release: build your own tool definitions with OpenAPI schemas.
