Add Manual Pause to Task
task_add_pauseRecord a past break or pause period that was not tracked in real-time by specifying start and end times and a reason.
Instructions
Use this when the user wants to manually record a past break or pause period that was not tracked in real-time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Reason for the pause (e.g., "Lunch break", "Meeting", "Coffee break") | |
| startDateTime | Yes | When the pause started in ISO 8601 format | |
| endDateTime | Yes | When the pause ended in ISO 8601 format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the pause was added successfully | |
| duration | No | Duration of the pause in seconds |