get_hours_summary
Get a summary of hours logged for a user or team over a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope of the summary: 'user' for individual user hours, 'team' for organization-wide overview. Defaults to 'user'. | |
| end_date | Yes | End date for the summary period (ISO 8601 format, e.g. 2026-01-31) | |
| start_date | Yes | Start date for the summary period (ISO 8601 format, e.g. 2026-01-01) |