set_group_fold_state
Set whether a specific group track is folded, using a plan-then-confirm workflow to avoid unintended changes.
Instructions
Plan or apply the folded state of one exact existing group track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| folded | Yes | Whether the group is folded. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |