Start Timer
timer_startBegin time tracking on a specific project. Set a custom start date and time for past entries or default to now.
Instructions
Use this when the user wants to begin tracking time on a specific project. The user can optionally specify a custom start time in the past, otherwise it defaults to now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The unique identifier of the project to track time for. Use project_list to find available projects. | |
| startDateTime | No | Optional start time in ISO 8601 format (e.g., "2025-10-08T10:30:00Z"). If not provided, uses current time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Current timer status | |
| projectTitle | No | Name of the project being tracked | |
| projectId | No | ID of the project | |
| duration | No | Current duration in seconds | |
| startTime | No | When the timer was started |