get_available_slots
Retrieve available booking slots from a scheduling page by specifying date range, timezone, and maximum number of slots.
Instructions
Get available booking slots for a scheduling page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | The URL of the scheduling page | |
| count | No | Maximum number of slots to return | |
| start | No | Start date in YYYY-MM-DD format | |
| end | No | End date in YYYY-MM-DD format | |
| timezone | No | Timezone in IANA format (e.g., America/New_York) | |
| booking_link | No | Include shareable booking links |