get_time_summary
Retrieve time-tracking summary for a period using relative dates or explicit ranges. Returns empty if no tracked time.
Instructions
Get a Timewarrior time-tracking summary for a period. Read-only.
Returns empty results (not an error) if Timewarrior is not installed or no time was tracked in the given period.
period accepts: ':day', ':week', ':month', ':year' — relative periods '2026-05-01 - 2026-05-25' — explicit date range 'monday - today' — Timewarrior relative syntax
Use get_time_status to check whether tracking is currently active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | :day |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |