Start a retrospective
start_retrospectiveMUTATES Parabol data: start a new retrospective meeting for a team (returns the new meetingId). Required: teamId. Optionally name it. Parabol GraphQL: startRetrospective → union. Requires MEETINGS_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional meeting name. | |
| teamId | Yes | The team id to run the retro for (required). |