create_time_entry
Record time spent on a Harvest project and task with date, hours, and optional notes.
Instructions
Log time against a Harvest project and task.
Args:
project_id: Harvest project ID.
task_id: Harvest task ID.
spent_date: Date the time was spent (YYYY-MM-DD).
hours: Number of hours to log (can be decimal, e.g. 1.5).
notes: Optional notes for the time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | ||
| notes | No | ||
| task_id | Yes | ||
| project_id | Yes | ||
| spent_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |