create_timesheet_entry
Create a timesheet entry by providing project ID, date, hours, and an optional description. Entries are billable by default.
Instructions
Create a new timesheet entry with project, date, hours, and optional description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date of the entry in YYYY-MM-DD format | |
| hours | Yes | Number of hours worked (must be positive) | |
| billable | No | Whether this entry is billable (default: true) | |
| project_id | Yes | The ID of the project for this entry | |
| description | No | Optional description of the work performed |