FabulousRay
05/28/2025, 11:06 AMVapi Support Bot
05/28/2025, 11:08 AMjson
{
"name": "create_call",
"arguments": {
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-number-id",
"customer": {
"phoneNumber": "+1234567890"
}
}
}
Replace the values with your actual assistant and phone number IDs. Adjust the structure based on the specific MCP tool/action you want to invoke.
Tip: Always check the MCP server's documentation for the required fields for each action.
Sources:
- [Vapi MCP Server Documentation](https://docs.vapi.ai/sdk/mcp-server)
- [Vapi MCP Tool Documentation](https://docs.vapi.ai/tools/mcp)Vapi Support Bot
05/28/2025, 12:00 PMVapi
05/29/2025, 4:39 AM