Weft
EN
Sprints · MCP

Add Task to Sprint

add_task_to_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. Assign an existing task to a sprint. Idempotent — calling twice has no extra effect.

Arguments

NameTypeRequiredDescription
sprintIduuidyesSprint id.
taskIduuidyesTask id.

Returns

The updated task with its sprintId set.

Annotations

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

Example

What the user says:

"Pull the payments bug into the current sprint."

Related