nersisyan
11/10/2025, 3:18 PMname must match /^[a-zA-Z0-9_-]{1,40}$/ regular expression because there's a regexp (no (Copy) allowed in the tool nameVapi Support Bot
11/10/2025, 3:19 PM(Copy).
Try renaming your duplicated tool using this format:
plaintext
my_tool_copy
This will satisfy the required pattern: /^[a-zA-Z0-9_-]{1,40}$/ (see the [Create Tool API reference](https://docs.vapi.ai/api-reference/tools/create-tool)).
Source:
- [Create Tool API reference](https://docs.vapi.ai/api-reference/tools/create-tool)nersisyan
11/10/2025, 4:07 PM