productive_log_time
Log work hours to Productive.io projects by specifying project, hours, date, and optional notes. Supports fuzzy project matching and remembers default services.
Instructions
Create a time entry on a Productive.io project.
Args: project: Project name (fuzzy match, e.g. "1099 Acme") or numeric id. hours: Hours worked (float, e.g. 2.5). Converted to minutes internally. note: Optional description of the work. date: ISO date (YYYY-MM-DD). Defaults to today. service_hint: Optional service name/id if the project has multiple services. Once chosen, remembered as the project default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| hours | Yes | ||
| note | No | ||
| date | No | ||
| service_hint | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||