Agents
List your agents
List your agents
list_agents.Get an agent's config
Get an agent's config
get_agent.Create an agent
Create an agent
create_agent.Update an agent
Update an agent
update_agent — most clients ask you to confirm first.Cancel an agent's queued calls
Cancel an agent's queued calls
stop_agent_queued_calls.Delete an agent
Delete an agent
delete_agent — irreversible, most clients ask you to confirm first.Calls & executions
Place a call
Place a call
start_outbound_call — spends account balance, most clients ask you to confirm first.Cancel a scheduled call
Cancel a scheduled call
stop_call.Review recent calls
Review recent calls
list_agent_executions.Pull a transcript
Pull a transcript
get_execution.Debug a slow or failed call
Debug a slow or failed call
get_execution_raw_logs.Batches
Create a batch
Create a batch
create_batch.Schedule a batch
Schedule a batch
schedule_batch — starts real calls and spends balance, most clients ask you to confirm first.Check batch status
Check batch status
get_batch.Review a batch's calls
Review a batch's calls
list_batch_executions.Stop a running batch
Stop a running batch
stop_batch.Delete a batch
Delete a batch
delete_batch — irreversible, most clients ask you to confirm first.Dispositions
List an agent's dispositions
List an agent's dispositions
list_dispositions.Design an extraction before creating it
Design an extraction before creating it
design_extraction prompt — no skill install needed. Produces a complete category/name/prompt/answer-value design, following the same methodology as the bolna-extraction-designer skill (see Skills Reference), ready to hand to create_disposition.Add a disposition
Add a disposition
create_disposition.Add several at once
Add several at once
bulk_create_dispositions.Test dispositions against a transcript
Test dispositions against a transcript
test_dispositions.Update or remove a disposition
Update or remove a disposition
update_disposition. Ask to delete one and it triggers delete_disposition instead — irreversible, most clients ask you to confirm first.Knowledgebase (RAG)
Create a knowledgebase from a URL
Create a knowledgebase from a URL
create_knowledgebase → get_knowledgebase to check status.List and inspect knowledgebases
List and inspect knowledgebases
list_knowledgebases → get_knowledgebase.Delete a knowledgebase
Delete a knowledgebase
delete_knowledgebase — irreversible, most clients ask you to confirm first.Phone numbers & inbound
List phone numbers
List phone numbers
list_phone_numbers.Search for a number to buy
Search for a number to buy
search_phone_numbers.Buy a number
Buy a number
buy_phone_number — spends account balance ($5/month), most clients ask you to confirm first.Route inbound calls to an agent
Route inbound calls to an agent
setup_inbound_agent.Unlink an inbound number
Unlink an inbound number
unlink_inbound_agent.Delete a number
Delete a number
delete_phone_number — irreversible, most clients ask you to confirm first.SIP trunks
Create a trunk
Create a trunk
create_sip_trunk.List and inspect trunks
List and inspect trunks
list_sip_trunks → get_sip_trunk.Attach or remove a DID
Attach or remove a DID
add_trunk_number. Ask to remove one and it triggers remove_trunk_number instead.List numbers on a trunk
List numbers on a trunk
list_trunk_numbers.Delete a trunk
Delete a trunk
delete_sip_trunk — irreversible, most clients ask you to confirm first.Sub-accounts
Create a sub-account
Create a sub-account
create_sub_account.List sub-accounts
List sub-accounts
list_sub_accounts.Switch to a sub-account for one request
Switch to a sub-account for one request
list_sub_accounts → list_agents with the returned key passed as api_key — no reconnecting needed. See Calling tools with a different account.Check a sub-account's usage
Check a sub-account's usage
get_sub_account_usage.Check usage across all sub-accounts
Check usage across all sub-accounts
get_all_sub_accounts_usage.Delete a sub-account
Delete a sub-account
delete_sub_account — irreversible, most clients ask you to confirm first.Voice & providers
See connected providers
See connected providers
list_providers.Browse voices
Browse voices
list_tts_providers → list_voices.Disconnect a provider
Disconnect a provider
remove_provider — breaks any agent still using it, most clients ask you to confirm first.Violations
Review flagged calls
Review flagged calls
list_violations. Ask for a different status (“accepted”, “rejected”, “submitted”) and it filters accordingly.Account
Check balance and limits
Check balance and limits
get_user_info.Documentation
Find a doc page
Find a doc page
search_docs.Read a doc page
Read a doc page
search_docs → get_doc.Chained, multi-step
These touch more than one tool in a single request — the assistant chains the lookups itself.Chain a diagnostic across calls
Chain a diagnostic across calls
list_agent_executions → get_execution.Check balance before calling
Check balance before calling
get_user_info → start_outbound_call.Audit missing webhooks
Audit missing webhooks
list_agents → get_agent per agent.Clean up test agents
Clean up test agents
list_agents → delete_agent; expect a confirmation prompt per delete.Buy a number and wire it up
Buy a number and wire it up
search_phone_numbers → buy_phone_number → setup_inbound_agent; expect a confirmation prompt before the purchase.
