Log time
log_timeLog completed work hours to Harvest by providing project ID, task ID, date, and duration in decimal hours, with an optional note.
Instructions
Create a completed time entry: project, task, date, and duration in hours (e.g. 1.5). Use list_projects and list_project_tasks first to get ids. Add a short note describing the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | Duration in decimal hours, e.g. 1.5 | |
| notes | No | What was worked on | |
| task_id | Yes | ||
| project_id | Yes | ||
| spent_date | Yes | YYYY-MM-DD |