focus_create_time_entry
Create a completed Toggl time entry immediately, assigning it to a task or leaving it taskless. Specify start, duration, tags, and type (activity or break) to log time accurately.
Instructions
Toggl Focus/2.0: create a completed time entry immediately. If task_id is set, creates under that task; otherwise creates a taskless entry. type defaults to activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| start | No | RFC3339 start | |
| tag_ids | No | ||
| task_id | No | ||
| billable | No | ||
| duration | No | Duration in seconds | |
| project_id | No | ||
| description | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| time_block_id | No | ||
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |