wizard_update_onboarding_state
Tracks onboarding progress by recording completed steps, allowing workflows to resume after interruptions. Call after each successful tool execution to update state.
Instructions
Update onboarding state after completing a step.
Call this after each successful tool execution to enable resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | Yes | Step number that was completed | |
| brand | Yes | Brand slug | |
| error | No | Optional error message if step failed | |
| resource_key | No | Optional key to save (e.g., 'instance_id') | |
| resource_value | No | Optional value to save |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||