quick_log
Log completed work by creating a task, marking it done, and recording time in one call.
Instructions
Quick workflow for logging completed work: creates a task, marks it done, and logs time in one call. Ideal for recording work that has already been completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes about what was done during this time (optional, defaults to description if not provided) | |
| title | Yes | Title of the completed task | |
| minutes | Yes | Number of minutes spent on this work | |
| project_id | Yes | The ID of the project to add the task to | |
| description | No | Detailed description of the task (optional) | |
| acceptance_criteria | No | Criteria for task completion (optional) |