list_cycles
Retrieve cycles (sprints) for a specified team, with optional filters for past, current, or future scopes.
Instructions
List cycles (sprints) for a team. Cycles have per-team monotonic numbers (HYD-cycle-2 is different from another-team-cycle-2). Filter by scope to narrow to only past, current, or future cycles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team key (e.g. 'HYD') OR the team's UUID. Team keys are matched case-insensitively. | |
| limit | No | Max cycles to return. Default 20. | |
| scope | No | Which cycles to return. Default 'all'. 'current' is the one active at the request time; 'past' and 'future' are relative to now. |