Create Sprint
create_sprintUse this when the user wants to plan a new sprint (e.g. 'start a sprint for next week'). Creates the sprint in 'planned' state — call start_sprint separately when ready to begin tracking. Users may call this a focus, sprint, cycle, iteration, or week — they all mean the same object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | Yes | ||
| endsAt | No | ||
| startsAt | No |