search_holidays
Search for holidays within a date range, optionally filtered 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 | ||
| instance | 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 |