get_procedure_step
Retrieve a specific procedure step by its 1-indexed order number, or get the next step relative to a given order for sequential navigation.
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 |