Add a step to a checklist
checklist_item_addAdd a step to a checklist and get its ID. Optionally set section, required flag, and position.
Instructions
Add one step to a checklist and return its I01-style id: the text, an optional section heading, and whether it is required. A required step that is unanswered or failed blocks sign-off; an optional one does not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Guidance printed under the step, e.g. the tolerance or the standard it is checked against | |
| text | Yes | The step, as the person doing it will read it, e.g. Tyre pressures checked and recorded | |
| section | No | A heading to group this step under, e.g. Exterior. Steps keep the order they were added within a section | |
| position | No | Insert at this 1-based position instead of at the end. Existing steps keep their ids | |
| required | No | Whether sign-off is blocked while this step is unanswered or failed. Default true | |
| checklist | Yes | The checklist id, e.g. CL-0001, or its name when only one carries it |