productive_get_employee_hours
Retrieve a summary of hours worked by an employee for a specified period (e.g. 'this month') or custom date range. Supports fuzzy matching on name or email.
Instructions
Get a named employee's hours summary for a period.
Args: person: Person name, email, or "me" (fuzzy matched). period: Symbolic period — "this_month", "last_month", "this_week", "last_week". after: ISO date (YYYY-MM-DD). Ignored if period is set. before: ISO date (YYYY-MM-DD). Ignored if period is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | Yes | ||
| period | No | ||
| after | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||