# complete-task > This tool signals task completion. The agent MUST call this tool to finish any task. - Author: Daniel Scharfstein - Repository: sreeshanth-soma/openwork - Version: 20260128181856 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/sreeshanth-soma/openwork - Web: https://mule.run/skillshub/@@sreeshanth-soma/openwork~complete-task:20260128181856 --- # Complete Task This tool signals task completion. The agent MUST call this tool to finish any task. ## Usage Call `complete_task` with: - `status`: "success", "blocked", or "partial" - `original_request_summary`: Restate what was asked (forces review) - `summary`: What you accomplished - `remaining_work`: (if blocked/partial) What's left to do ## Statuses - **success** — All parts of the request completed - **blocked** — Hit an unresolvable blocker, cannot continue - **partial** — Completed some parts but not all