Get Active Sprint
get_active_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. Return the currently active sprint, or null if no sprint is running.
Arguments
This tool takes no arguments.
Returns
The active sprint, or null.
Annotations
- read-only. The tool does not mutate server state. Safe to call automatically.
Example
What the user says:
"What's the current sprint goal?"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.