get_detailed_time_report
Break down project time by issue and employee. Filter by date range to see total time grouped for detailed analysis.
Instructions
Get detailed time breakdown for a project. Shows total time grouped by issue and by employee. Supports date range filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| from | No | Filter entries from this timestamp | |
| to | No | Filter entries until this timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |