Yoan
09/28/2025, 9:02 AMChiranjeet Mishra
09/28/2025, 9:02 AMVapi Support Bot
09/28/2025, 9:03 AMjson
{
"type": "function",
"function": {
"name": "my_custom_tool",
"parameters": {
"type": "object",
"properties": {
"assistantId": { "type": "string", "description": "The assistant's unique ID" }
},
"required": ["assistantId"]
}
},
"server": {
"url": "https://your-server.com/tool-endpoint"
}
}
Pass the assistant ID from your assistant configuration or server logic when calling the tool.
For more, see the [custom tools documentation](https://docs.vapi.ai/tools/custom-tools).
Source:
- [Custom Tools](https://docs.vapi.ai/tools/custom-tools)Yoan
09/28/2025, 9:11 AMYoan
09/28/2025, 9:28 AMYoan
09/29/2025, 9:14 AMChiranjeet Mishra
10/01/2025, 7:01 AMJohn
10/24/2025, 12:07 PMChiranjeet Mishra
10/28/2025, 8:39 AM