complete_task
Mark tasks as done by setting status to 'done' with a completion timestamp. Automatically log completion to the parent project note and optionally append a summary.
Instructions
Mark a task as done.
Sets status to 'done' with a completion timestamp. Logs completion to the parent project note automatically.
Args: task_id: Task ID (e.g. "MDV-001") or path to the task file relative to vault root. summary: Optional summary of what was done (appended to task body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |