weronika
08/29/2025, 5:29 PMChiranjeet Mishra
09/01/2025, 4:16 PMjson
{
"results": [
{
"toolCallId": "your_tool_call_id",
"result": "Your single-line string response"
}
]
}
Avoid line breaks in the result field and ensure the toolCallId matches the request.
3. **Token Limits**: If data truncation might be an issue, consider increasing the token limit. Adjust the maxTokens in your tool configuration if necessary.
4. **Schema Validation**: Ensure that all required parameters are included in the tool schema and that schema validation is enabled with "strict": true.
5. **Call Logs**: Check your call logs for any schema validation errors, token truncation warnings, or HTTP errors that might provide additional insights.
For further guidance, you can refer to the [Custom tools troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting).
If this doesn’t resolve the issue, please let us know and we’ll be happy to step in and assist further.weronika
09/15/2025, 9:50 AMChiranjeet Mishra
09/17/2025, 4:29 PM