Teru
01/27/2026, 8:03 PMVapi Support Bot
01/27/2026, 8:04 PMjson
{
"name": "preferida_GM_calendario_GM",
"parameters": {
"type": "object",
"properties": {
"date": { "type": "string", "description": "Date in DD/MM/YYYY format" }
},
"required": ["date"]
}
}
This will ensure the LLM extracts and passes the correct parameters to your webhook. For more details, see the [Custom Tools Troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting).
Source:
- [Custom Tools Troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Chiranjeet Mishra
01/29/2026, 5:24 PM