Noid
08/21/2025, 10:51 AMChiranjeet Mishra
08/22/2025, 2:19 PMstrict: true).
2. **Schema Validation**: Make sure that all required parameters for the tool calls are defined and being passed correctly, as missing parameters can prevent the tool from triggering.
3. **Check Assistant Instructions**: Ensure that the assistant's prompts are correctly specifying the tool names as defined in your dashboard or API configuration. The exact tool name should be used.
4. **API vs. Function Call**: If the calls are appearing as function.call, check if the tool is set as a function rather than a tool. You might need to adjust the configuration to ensure the tool calls are registered as tool.calls.
5. **Server URL and Call ID**: Verify that the correct server URL is being used for the tool calls. If integration uses a webhook, ensure that the webhook can handle and recognize tool calls properly.
6. **Logs and Responses**: Check your call logs to identify any schema validation errors or response parsing errors. These logs can provide insights into issues like missing parameters or incorrect JSON formats.
You might want to also check any recent configuration changes that could have affected this behavior, especially regarding tool setup or webhook configurations. For more detailed guidance, consider referring to the [Custom Tools Setup](https://docs.vapi.ai/tools/custom-tools) and [Troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting) documentation. Let us know if you need further assistance.Noid
09/04/2025, 12:51 PMChiranjeet Mishra
09/06/2025, 2:48 PM