task-completed
Log completed tasks with outcome and details to track progress and trigger webhook notifications.
Instructions
Call this when you finish any task, answer a question, or complete work. This tracks your activity and helps monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskDescription | Yes | Brief description of what you just completed (e.g., "answered user question about React", "fixed bug in authentication") | |
| outcome | Yes | How the task completed - success (fully done), partial (partially done), or failed | |
| details | No | Optional additional details about what was accomplished |