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
| Name | Type | Required | Description |
|---|---|---|---|
| taskId | uuid | yes | Task 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
- 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.