get_procedure_step
Load a specific step from a procedure by index or retrieve the next step based on current order.
Instructions
3B.4 — Load a specific step from a procedure by 1-indexed order, OR get the next step relative to currentOrder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| next | No | If true, returns the step after `order` instead of step `order` itself | |
| order | Yes | 1-indexed step to fetch |