get_employee_dsrs
Retrieve daily status report details—including project, hours, and description—for any employee by their numeric ID. Useful for reviewing work history before writing status reports.
Instructions
Get the full DSR content (project, hours, description) for any employee by their ID. Use get_employee_details(name) first to find the numeric employee_id from the staff directory. For your own DSRs, use employee_id='4907'. Returns project name, hours logged, and description text per day. Useful for reviewing what you or a team member worked on before writing a status report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | Yes | Numeric employee ID. Your own ID is 4907. Find others via get_employee_details(). Example: '4907'. | |
| date | No | Optional date filter in YYYY-MM-DD format to see DSRs for a single day. Leave empty for full history. Example: '2026-06-16'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||