create_time_entry
Create a manual time entry with explicit start time and duration, optionally linking to a task, user, billable flag, or tags.
Instructions
Create a manual time entry with an explicit start time and duration (no live timer needed). Optionally tie it to a task, user, billable flag and tags. Returns the created entry. Use to log time after the fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| start | Yes | Start time of the interval (natural language, ISO, or epoch ms). | |
| duration | Yes | Length of the interval in milliseconds. | |
| task_id | No | Task id to log the time against. | |
| description | No | Optional note describing the work. | |
| billable | No | If true, mark the time as billable. | |
| assignee | No | User id the entry belongs to (defaults to the token owner). | |
| tags | No | Array of time-entry tag objects to attach. |