Book Golf Lesson
book_golf_lessonRequest to book a golf lesson for a specific coach's offering.
offeringIdis an internal identifier; never show or mention it to the user.A continuation URL will be returned that you can direct the user to after calling this tool.
If the offering was booked automatically (e.g., free lesson or no prepayment required), the confirmation code will also be included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| student | Yes | ||
| offeringId | Yes | Internal offering record ID to book a lesson for. Never display or mention this identifier to the user. | |
| startDateTime | Yes | The start date and time of the lesson in ISO 8601 format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lesson | No | Confirmation details for the booked lesson (if booked successfully). | |
| message | Yes | A message describing the outcome of the booking. | |
| continuationUrl | No | The URL to continue the booking flow after calling this tool. |