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