harvest_restart_timer
Restart a stopped time entry timer in Harvest to continue tracking work time. Provide the time entry ID to resume recording hours for billing or project management.
Instructions
Restart a stopped time entry timer. Use about {"tool": "harvest_restart_timer"} for detailed workflow and examples.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Time entry ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Time entry ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}