search_reviews
Search performance reviews by reviewer ID, department, status, or year. Returns a list of matching reviews with a configurable limit.
Instructions
Search performance reviews by various criteria.
:param reviewer_id: Filter by reviewer's employee ID
:param department: Filter by employee's department
:param status: Filter by status ('INP', 'COMP', 'CANC', 'PEND')
:param year: Filter by review year
:param limit: Maximum results (default 50)
:return: List of matching reviews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| status | No | ||
| department | No | ||
| reviewer_id | No |