Smiley
12/09/2025, 3:08 AMVapi Support Bot
12/09/2025, 3:09 AMSmiley
12/09/2025, 3:23 AMSmiley
12/09/2025, 3:48 AMAdrian
12/09/2025, 3:58 AMSmiley
12/09/2025, 2:37 PMronnypg
12/09/2025, 2:57 PMSmiley
12/09/2025, 3:00 PMronnypg
12/09/2025, 3:08 PMSmiley
12/09/2025, 9:40 PMSmiley
12/09/2025, 9:40 PMronnypg
12/09/2025, 9:43 PMSmiley
12/09/2025, 9:44 PMronnypg
12/09/2025, 9:47 PMAdrian
12/09/2025, 9:48 PMAdrian
12/09/2025, 9:49 PMAdrian
12/09/2025, 9:49 PMSmiley
12/10/2025, 7:14 PMChiranjeet Mishra
12/10/2025, 7:43 PMtoolCallId that matches the one provided in the tool request, and the result should be a single-line string without line breaks.
json
{
"results": [
{
"toolCallId": "your_toolCallId_from_request",
"result": "Your single-line response"
}
]
}
2. **Verify HTTP Status**: Ensure that your server is returning an HTTP 200 status code for all tool responses. Any other status code might cause the response to be ignored.
3. **Inspect Call Logs and API Logs**: Check the Call Logs and API Logs in your Vapi dashboard. Look for any errors or missing tool call entries which can indicate why tools might not be executing as expected.
4. **Configuration Check**: Verify your tool configuration in the Vapi dashboard to ensure all required parameters are included and correctly set up.
5. **Review Dashboard Logging and Status**: Make use of Vapi's logging features to trace where the issue might be occurring. Ensure there are no service disruptions on the [Vapi Status Page](https://status.vapi.ai/).
For more detailed guidance, you may refer to the [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting) document.
If these steps do not resolve your issue, let me know so we can further investigate.