focus_stop_timer
Stop the currently running Toggl timer. Provide an optional end time in RFC3339 format; if omitted, the timer stops at the current UTC time.
Instructions
Toggl Focus/2.0: stop the running timer. end defaults to now (UTC) if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | RFC3339 end time; defaults to current UTC | |
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |