search_holidays
Retrieve holidays within a date range, with an optional filter by employee ID.
Instructions
Search for holidays within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| employee_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Indicates if the search was successful | |
| result | No | List of holidays found | |
| error | No | Error message, if any |