list_doctors
Lists clinic doctors by specialty and weekly hours, helping identify who to see for a problem. Returns doctor IDs used for availability checks and booking.
Instructions
List the clinic's doctors with their specialty and usual weekly hours.
Use this first when the caller does not name a doctor, or asks who they can see
for a particular problem. The returned doctor_id is what check_availability
and book_appointment expect.
The availability_summary is the regular weekly pattern, not live openings —
call check_availability for actual free slots.
Example: list_doctors()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_inactive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||