post_worklog
Post worklog entries to Povio dashboard by specifying hours, description, and date. Resolve projects by name or ID, or fall back to the default project.
Instructions
Post a worklog entry to Povio dashboard. Supports both project ID and project name. Uses DEFAULT_PROJECT_ID from environment if neither is provided.
Trigger examples:
"wl post 8"
"wl post FaceFlip 8"
"post worklog with 4 hours"
"post worklog to FaceFlip"
"post 6 hours to Autobiography"
"submit worklog for today"
"post [description] to [project] for [hours] hours"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-dd format | |
| hours | Yes | Number of hours worked | |
| projectId | No | Povio project ID (optional, uses DEFAULT_PROJECT_ID from environment if not provided) | |
| description | Yes | Worklog description | |
| projectName | No | Project name (alternative to projectId, will be resolved automatically) |