verify_step
Records whether a step passed, failed, or was skipped during plan execution. Use after completing each major step.
Instructions
Record the outcome of a plan step verification.
Call this after completing each major step in a task to signal whether the step passed or failed verification. verdict must be one of: PASS, FAIL, SKIP.
step_index is the 0-based position of the step in the plan. step_description is a short human-readable label for the step. reason is a one-line justification with evidence.
Returns dict with: task_id, session_id, step_index, step_description, verdict, reason, verified_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| step_index | Yes | ||
| step_description | Yes | ||
| verdict | Yes | ||
| reason | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||