What are Tools?
Tools are functions that your AI Voice Agent can call to perform actions:- Custom Python Functions - Write your own functions
- REST API Tools - Call external APIs
- Toolkits - Group related tools together
- Identify which tool(s) are needed
- Call the tool(s) with the right parameters
- Use the results to provide a helpful response
Why Tools Matter
Without tools, your agent can only talk. With tools, your agent can:- Search the web
- Access databases
- Call APIs
- Perform calculations
- Execute any action you can code
Core Concepts
Function Calling
Learn how function calling works
Custom Functions
Create your own tools
REST API Tools
Connect to external APIs
Toolkits
Organize related tools
Quick Example
Next Steps
- Function Calling → - Learn the basics
- Custom Functions → - Create your own tools
- REST API Tools → - Connect to APIs
- Toolkits → - Organize your tools

