Create Time Entry
create_time_entryCreate a time entry for a project activity by providing a description and either start/end times or a duration.
Instructions
Create a new time entry with flexible time parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the activity to track time for | |
| description | Yes | Description of the work being done | |
| startTime | No | Start time in ISO 8601 format (e.g., 2024-01-10T09:00:00) | |
| endTime | No | End time in ISO 8601 format (e.g., 2024-01-10T17:00:00) | |
| duration | No | Duration in minutes (alternative to specifying start/end times) |