create_booking
Create a new booking for a member. Use get_available_slots first to find valid times, then create the booking with the service, member, date, and time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Booking notes | |
| endTime | Yes | End time in HH:MM format | |
| staffId | No | Staff member ID | |
| accountId | Yes | The member/account ID | |
| serviceId | Yes | The service ID | |
| startTime | Yes | Start time in HH:MM format | |
| resourceId | No | Resource ID | |
| bookingDate | Yes | Date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |