Start timer
timer_startStart a stopwatch for work on a project and return the start time. Only one runs at a time: a new one stops and logs the previous, naming it. rate is an hourly rate in MAJOR units for this timer only.
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. |