reorder_flow_step_prompts
Rearrange prompt snippets in a flow step by specifying the full list of snippet IDs in the desired order. Always include all snippet IDs to avoid unintentional removal.
Instructions
Set the full ordering of a flow step's prompt snippets in one call. Pass the snippet ids in the order you want them; the backend replaces the step's ordering with this list. Read the step first (list_flow_step_prompts) so you include every snippet — omitting one is a reorder, not a safe no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowStepId | Yes | The flow step's id. | |
| snippetIds | Yes | Snippet ids (UUIDs) in the desired order. |