Tools in Zoom Virtual Agent (ZVA) extend the capabilities of voice agents or chat agents by allowing them to interact with external systems, retrieve information, and perform actions. They bridge the gap between natural language understanding and real-world functionality. Tools enable agents to:
Common use cases:
The API Call tool enables Zoom Virtual Agent (ZVA) to interact with external systems by calling APIs to retrieve or update data in response to user queries. Admins can define the API call structure, configure input/output parameters, and instruct the LLM when and how to use it.
The Custom Script tool allows admins to write and execute custom JavaScript logic to process user inputs, transform data, or integrate with systems where APIs may not be available or suitable. This gives agents flexible, tailored behavior beyond standard API calls.