List Sprints
list_sprints 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. List all sprints (planned, active, completed, archived) for the user.
Arguments
This tool takes no arguments.
Returns
An array of sprints with id, name, goal, status, startsAt, endsAt.
Annotations
- read-only. The tool does not mutate server state. Safe to call automatically.
Example
What the user says:
"Show me all my past sprints."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.