Weft
EN
Sprints · MCP

Remove Task from Sprint

remove_task_from_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. Detach a task from its current sprint. The task remains on the board.

Arguments

NameTypeRequiredDescription
taskIduuidyesTask id.

Returns

The updated task with its sprintId cleared.

Annotations

  • idempotent. Calling the tool twice with the same arguments has the same effect as calling it once.

Example

What the user says:

"Take the design-review task out of this sprint."

Related