harvest_stop_timer
Stop a active time entry timer in Harvest by providing the time entry ID, allowing users to end tracking sessions and finalize work duration records.
Instructions
Stop a running time entry timer. Use about {"tool": "harvest_stop_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"
}