update_tool
Update an existing Vapi tool's configuration, including its name, description, and type-specific settings for SMS, call transfers, custom functions, or API requests.
Instructions
Updates an existing Vapi tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the function/tool | |
| description | No | Description of what the function/tool does | |
| sms | No | SMS tool configuration - to send text messages | |
| transferCall | No | Transfer call tool configuration - to transfer calls to destinations | |
| function | No | Custom function tool configuration - for custom server-side functions | |
| apiRequest | No | API Request tool configuration - for HTTP API integration | |
| toolId | Yes | ID of the tool to update |