Book a Clinical Matching Session
book_matching_sessionCRITICAL: provider_id is REQUIRED. Always call find_provider first (with appointment_type='446840' for the Clinical Matching Session) to get a specific intake specialist, then pass that provider_id here. Returns a pre-filled booking URL — do NOT navigate the user programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | U.S. state where the client resides. | |
| date_time | Yes | Time slot string from check_availability for the chosen intake specialist (e.g. "2026-04-27T13:00:00-04:00"). REQUIRED — the booking form is stuck on step 1 without it. Pass exactly as received from check_availability. | |
| insurance | No | Insurance plan name. Pre-fills the form so verification runs faster at checkout. | |
| client_age | No | Client age in years (0–25+). | |
| provider_id | Yes | Healthie ID of the intake specialist. Get this from find_provider with appointment_type='446840'. REQUIRED — never construct the URL without it. |