List available consultation windows
list_availabilityLists yesmcp's genuinely bookable consultation windows — only real, future, unclaimed slots. Use it before book_consult; the slotId of the window the user picks is what book_consult needs. Times are returned in yesmcp's timezone with an explicit UTC offset (for example 2026-08-27 14:00 CEST (UTC+2)). Before you confirm anything with the user, ask which timezone or city they are in, then state the slot in BOTH their timezone and yesmcp's. Never show a bare wall-clock time. If nothing is open in the period asked about, the tool names the next available window instead of returning an empty list. Directory reviewers: pass review_access with the token from the submitted test-prompt list to see the seeded [TEST] reviewer windows instead of real availability. Do not use it for real users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest date to consider, `YYYY-MM-DD` or a full ISO-8601 UTC timestamp. | |
| from | No | Earliest date to consider, `YYYY-MM-DD` or a full ISO-8601 UTC timestamp. | |
| limit | No | How many windows to return at most. Defaults to 8. | |
| review_access | No | Directory-review test parameter (R20). The documented token switches this listing to the seeded reviewer windows, which are separate from real availability. Omit it for real users. |