Start timer
timer_startStart tracking billable time for a project or client, automatically stopping and logging any previously running timer.
Instructions
Start a stopwatch for billable work on a project or client (timesheet / hours per project). Only one timer runs at a time: starting a new one stops and logs the previous one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Hourly rate for this timer only; a number (90) or the words the user said, e.g. rate '90 euros an hour'. Defaults to the project rate set by project_set_rate. | |
| tags | No | Free-form tags, e.g. ['dev','meeting'] | |
| task | No | What you are working on right now | |
| project | Yes | Project or client name, e.g. 'acme-website'. A partial name that matches exactly one existing project is used as that project. | |
| currency | No | Currency of the rate: EUR, USD, GBP, PLN, or words like 'euros'. Defaults to the project currency, else USD. |