search_appointments_by_date
Search for healthcare appointments by date, with optional status filter (e.g., booked, cancelled).
Instructions
Search for appointments by date.
Args: date: Appointment date (YYYY-MM-DD format, automatically formatted with time component) status: Optional filter by status (proposed, pending, booked, arrived, fulfilled, cancelled)
Returns: Dictionary containing the appointments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||