complete_task
Mark a task as completed by providing its task ID. Updates the task status to done.
Instructions
Mark a task as Completed (status value 3). Convenience wrapper over update_task.
For other status changes use update_task with status_value (4=Blocked, 1=To do).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Rocketlane task ID to mark complete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||