log_time
Write a finished time entry to Kimai with project, activity, and either start+end, start+duration, or duration alone.
Instructions
Write a finished time entry to Kimai.
Give either start+end, or start+duration, or duration alone (which books the period ending now). Do not guess missing times — ask the user instead.
Args: project: project name or id. activity: activity name or id, must be valid for the project. description: what was worked on. Strongly recommended. date: 'today', 'yesterday', 'monday', '2026-08-24'. start: '09:00', '9am', '14.30'. end: same formats as start. duration: '1h30m', '90m', '1.5h', '1:30'. tags: optional list of Kimai tag names. billable: optional override of the project default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| date | No | today | |
| tags | No | ||
| start | No | ||
| project | Yes | ||
| activity | Yes | ||
| billable | No | ||
| duration | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||