Complete Task
complete_taskComplete a workflow task by setting it to done, optionally creating an artifact node linked via a produces relationship to keep project state accurate.
Instructions
Single-turn task completion: updates task status to done, optionally creates an artifact node, and links them via a produces relationship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for artifact. | |
| project | No | Optional project identifier. | |
| task_id | Yes | Task node ID to complete. | |
| artifact_title | No | Optional title for produced artifact. | |
| artifact_metadata | No | Optional metadata for produced artifact. |