create_time_entry
Create a manual time entry by specifying an activity ID, start and stop times in ISO format, and an optional note.
Instructions
Create a manual time entry.
Args:
activity_id: ID of the activity
started_at: Start time in ISO format (e.g. "2026-02-16T09:00:00.000")
stopped_at: Stop time in ISO format (e.g. "2026-02-16T10:30:00.000")
note: Optional note/description for this entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| started_at | Yes | ||
| stopped_at | Yes | ||
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||