Sprints · MCP

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