Complete Sprint
complete_sprint is one of the 32 MCP tools in Weft, the AI task manager you run by talking to Claude, Cursor, Codex or ChatGPT through one MCP endpoint. Finish the active sprint. Its finished tasks are archived into the sprint’s history — off the board’s Done column, still searchable and shown on the sprint’s page. Unfinished tasks stay on the board, attached to the sprint. Cannot be undone via MCP — clients should confirm when intent is ambiguous.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | uuid | yes | Sprint id to complete. |
Returns
The sprint with status="completed" plus archivedDoneTasks — how many finished tasks were swept into history.
Annotations
- destructive. The tool changes state in a way that cannot be undone. Clients should ask the user to confirm.
Example
What the user says:
"Wrap up this sprint."Related
- All 32 MCP tools — the catalog view.
- Shuttle — how the AI client uses these tools.
- Call this tool through your own client: see setup guides, or hit
https://letsweft.com/api/mcpdirectly.