$tandart
10/15/2025, 6:26 PM$tandart
10/15/2025, 6:31 PMGIDEON
10/15/2025, 11:42 PMChiranjeet Mishra
10/16/2025, 7:13 PMget_weather instead of a general term like weather_tool.
2. **Schema Verification**: Verify that all required parameters are included in your tool's schema setup. The schema should also have strict: true to catch any validation errors early.
3. **Response Format**: Make sure your webhook returns a JSON structure with an HTTP 200 status code, even when errors occur. This structure should have a results array with each object containing a toolCallId and a result or error field formatted as a single-line string.
4. **Token Limits**: If your tool's responses are being truncated, consider increasing the maximum token limit to handle more complex interactions.
For troubleshooting steps and examples, please refer to the [Custom Tools Troubleshooting Guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting).