trace_verify
Check an execution trace for completeness and integrity, confirming all steps are present and the trace hasn't been tampered with. Returns verification result in JSON.
Instructions
Verify an execution trace's integrity.
Confirms all steps are present and the trace hasn't been tampered with.
Args: trace_id: ID of the trace to verify.
Returns: JSON string with verification result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |