Sprints · MCP

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

NameTypeRequiredDescription
iduuidyesSprint 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