freeagent_create_timeslip
Log time against a FreeAgent project task with date, hours, and optional comment. Defaults to the authenticated user as the worker; find tasks via freeagent_list_tasks.
Instructions
Log time against a FreeAgent project task. Defaults to the authenticated user as the person who did the work. Find the task with freeagent_list_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task the time is logged against | |
| user | No | Who did the work (defaults to the authenticated user) | |
| hours | Yes | Hours worked as a decimal string (e.g. '7.5' for 7h30m) | |
| comment | No | What the time was spent on | |
| datedOn | Yes | Date the work was done YYYY-MM-DD | |
| project | Yes | Project the work was for |