create_tool
Create Vapi tools for SMS, call transfer, custom functions, or API requests with configurable parameters.
Instructions
Creates a new Vapi tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sms | No | SMS tool configuration - to send text messages | |
| name | No | Name of the function/tool | |
| type | Yes | Type of the tool to create | |
| function | No | Custom function tool configuration - for custom server-side functions | |
| apiRequest | No | API Request tool configuration - for HTTP API integration | |
| description | No | Description of what the function/tool does | |
| transferCall | No | Transfer call tool configuration - to transfer calls to destinations |