Join Discord
Powered by
API Create MCP Tool name
# support
c
Chris Laupama
07/05/2025, 11:46 AM
When trying to create an MCP tool via the API there isn’t a key to set a name for the tool. The VAPI api doesn’t accept a name field to name the tool like the other tool calls (eg API Request )
c
Chiranjeet Mishra
07/05/2025, 3:12 PM
Use
function.name
inside the tool object,
not
a top-level
name
field, which isn’t supported and causes errors..
Previous
Next