Tixi
12/09/2025, 8:40 AMVapi Support Bot
12/09/2025, 8:41 AMlimit parameter (default 100, max 1000) that controls how many tools are shown per request. If some tools are disappearing from the interface, try increasing the limit parameter to display more tools:
bash
curl https://api.vapi.ai/tool -H "Authorization: Bearer <token>" -G --data-urlencode "limit=1000"
This may help ensure all your tools are visible in the interface or via the API. For persistent issues, reviewing [API logs and tool configuration](https://docs.vapi.ai/api-reference/tools) is recommended.
Source:
- [API Reference: Tools](https://docs.vapi.ai/api-reference/tools)Vapi Support Bot
12/09/2025, 9:03 AMTixi
12/09/2025, 9:03 AMKrishna Kumar Maurya
12/09/2025, 9:35 AMTixi
12/09/2025, 9:42 AMChiranjeet Mishra
12/10/2025, 12:49 PMbash
curl https://api.vapi.ai/tool -H "Authorization: Bearer <token>" -G --data-urlencode "limit=1000"
For further diagnostics, reviewing [API logs and tool configurations](https://docs.vapi.ai/api-reference/tools) can offer additional insights. If problems continue, it could be beneficial to monitor changes and logs closely to pinpoint any patterns causing the disappearances.
If you need further assistance crafting specific API queries or understanding logs, feel free to ask.Tixi
12/16/2025, 9:21 AMChiranjeet Mishra
12/22/2025, 3:26 PM# Press F12 in your browser# Look for any JavaScript errors when tools disappear# Screenshot any error messages
2. **Verify API Response**:
curl -X GET "https://api.vapi.ai/tool" \ -H "Authorization: Bearer $VAPI_API_KEY" \ -H "Content-Type: application/json"
Check if your tools still exist in the API response even when missing from UI.
3. **Test Different Browsers**:
- Try Chrome, Firefox, and Safari
- Use incognito/private mode
- Clear browser cache and cookies