v2
latestOpenAPI 3.1.02026-08-07750280.6 KBAgent Tools
Update make_reservation tool configuration
Update configuration for the make_reservation tool.
Allows you to configure:
- Enable/disable the tool
- SMS notification settings (send_sms, sms_text template)
- Reservation duration and hours
- Guest information requirements
- Check-in/check-out times (hotel only)
All fields are optional - only provide the fields you want to update.
Schedule format for reservation_hours:
```json
{
"monday": ["09:00 - 12:00", "14:00 - 18:00"],
"tuesday": ["09:00 - 18:00"],
"wednesday": [],
...
}
```
SMS template placeholders — all optional, use any subset:
- {nome_cliente}, {data_inizio}, {data_fine}
- {link} (edit/cancel reservation link), {numero_ospiti} (party size)
An unknown placeholder is left as-is in the delivered message.
Authentication:
- API key with READ_WRITE permission
patch/agents/{agent_id}/tools/make-reservation
Path parameters
agent_idstring uuid required
Request body
Response
Successfully updated configuration