add_time_tracking
Add a time tracking entry to a task by providing start time and either end time or duration in minutes.
Instructions
Add a time tracking entry to a task. Supports started_at/finished_at or duration_minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dart_id | Yes | Task dart_id (also accepts "id" or "task_id") | |
| started_at | Yes | Start time in ISO8601 format (e.g., 2026-01-25T10:00:00Z) | |
| finished_at | No | End time in ISO8601 format (optional if duration_minutes provided) | |
| duration_minutes | No | Duration in minutes (optional if finished_at provided) | |
| note | No | Optional note about the time entry |