create_timesheet
Log hours worked on a task, defaulting to today’s date, and get an entry ID. Use dry-run to preview timesheet values before saving.
Instructions
Log hours worked on a task (defaults to today); returns {"entry_id": id}.
hours must be > 0; date must be YYYY-MM-DD. With dry_run=true returns {"dry_run": true, "vals": {...}} without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| hours | Yes | ||
| dry_run | No | ||
| task_id | Yes | ||
| description | No |