log_time
Log past time entries for a project by specifying duration or exact start/end timestamps, with a work description and optional rate.
Instructions
Log a manual (past) time entry. Provide either duration (relative to now), or both startTime and endTime (absolute ISO-8601 timestamps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project id (UUID) or exact project name. | |
| description | No | What the user worked on. | |
| duration | No | How long the work took. Accepts "1h", "45m", "1h30m", "1.5h", "1:30", or "90" (interpreted as minutes). | |
| startTime | No | ISO-8601 start time (e.g. "2026-05-04T09:00:00Z"). Required if duration is omitted. | |
| endTime | No | ISO-8601 end time. Required if duration is omitted. | |
| rate | No | Optional rate id or exact rate name (e.g. "Software Development"). |