Hey @eliascanaza !
I think you have to switch from “Tool Description “ to manually and enter like this :
Insert an object in database. Send with the different json just with the values of the
{{ $fromAI(‘full_name’, `Name of the customer`, ‘string’) }},
{{ $fromAI(‘contact’, `Customer’s contact`, ‘string’) }},
{{ $fromAI(‘description’, `Appointment description`, ‘string’) }},
{{ $fromAI(‘start_appointment_time’, `Start time of the appointment (ISO datetime)`, ‘string’) }},
{{ $fromAI(‘end_appointment_time’, `End time of the appointment (ISO datetime)`, ‘string’) }}
The last parameter doesn’t have comma , 'sign.
Better check this post , is quite the same “issue”.
Hope this helps!
Cheers!