{ "id": "7aae3d77-b45a-4cfa-b63c-7895e8941c04", "createdAt": "2025-08-21T00:38:51.671Z", "updatedAt": "2025-09-13T22:16:57.032Z", "type": "function", "function": { "name": "checkAvailability", "description": "Tool to check for availability and book appointment. send as a tool-call", "parameters": { "type": "object", "properties": { "name": { "description": "Caller Name", "type": "string", "default": "" }, "email": { "description": "caller email", "type": "string", "default": "" }, "dateTime": { "description": "appointment meeting day and time caller suggested", "type": "string", "default": "" }, "lastName": { "description": "Last name of caller", "type": "string", "default": "" }, "caseNumber": { "description": "case number for caller", "type": "string", "default": "" }, "endDateTime": { "description": "end time of meeting", "type": "string", "default": "" }, "newDateTime": { "description": "New date time caller requested when changing appointment tim", "type": "string", "default": "" }, "phoneNumber": { "description": "callers phone number", "type": "string", "default": "" }, "startDateTime": { "description": "", "type": "string", "default": "" }, "availableTimes": { "description": "List of open 30 min available time slots with start and end times in iso 8601 format", "type": "string", "default": "" } }, "required": [] } }, "messages": [ { "type": "request-start", "blocking": false } ], "orgId": "365ba576-60f6-4d12-8b9b-01d515167c02", "server": { "url": "https://hook.us2.make.com/yrrv7j4wy8f4jbhh7ilfyobaxb4go2dh", "timeoutSeconds": 120, "headers": {} } }