Time summary
get_time_summaryHours logged over a period, split billable vs. non-billable and broken down by project. Answers "how many hours did I bill last month?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | A 4-digit year, or this_year / last_year / this_quarter / last_quarter. Omit for the current fiscal year. | |
| project | No | Optional project name to filter to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| byProject | Yes | ||
| entryCount | Yes | ||
| totalHours | Yes | ||
| billableHours | Yes | ||
| nonBillableHours | Yes |