create_time_entry
Record time worked on a project by entering start and end times, with optional task, billable, and description.
Instructions
Log a completed time entry with start and end time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task UUID (optional) | |
| billable | No | Whether this time is billable (default true) | |
| end_time | Yes | End time in ISO 8601 format | |
| project_id | Yes | Project UUID | |
| start_time | Yes | Start time in ISO 8601 format | |
| description | No | What was worked on |