Santhosh
05/23/2025, 6:29 AMVapi Support Bot
05/23/2025, 6:30 AMjson
{
"results": [
{
"toolCallId": "YOUR_TOOL_CALL_ID",
"result": "Your result here"
}
]
}
Double-check that your tool's name and parameters in the assistant configuration match exactly, and that your server is accessible and returns the correct fields. This strict format is required for the agent to process the response properly.
For more details, see the [Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools).
Source:
- [Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools)Santhosh
05/23/2025, 7:07 AMVapi Support Bot
05/23/2025, 7:07 AMtoolCallId
and result fields. Double-check that your tool's name and parameters in your assistant configuration match exactly, and that your server is accessible and returning the required fields. This strict format is necessary for the agent to process responses properly. If you've already set this up and are still seeing issues, reviewing the exact payloads and responses exchanged between your server and Vapi could help identify any mismatches or missing fields.
Source:
- [Custom Tools Guide](https://docs.vapi.ai/tools/custom-tools)Kyle
05/23/2025, 12:40 PMsmoorider
06/11/2025, 6:34 PMKyle
06/13/2025, 2:47 AMKyle
06/13/2025, 2:47 AM