Freelo Start Time Tracking
freelo_start_time_trackingStart real-time time tracking for a task or general work. Creates an active timer that runs until stopped, enabling accurate time capture.
Instructions
Starts real-time time tracking for a task. Creates an active timer that runs until stopped with freelo_stop_time_tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Optional task ID to track time for. If not provided, tracks general work time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work report ID | |
| task | No | Task object (minimal) | |
| user | No | User object | |
| minutes | Yes | Minutes worked | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| description | No | Work description | |
| date_reported | Yes | Date of work (YYYY-MM-DD) |