Operations Reconciliation Evidence
reconcile_operationsDeterministic operational handoff reconciliation. Returns COMPLETE, INCOMPLETE, or NEEDS_REVIEW with missing requirements, normalized packet, and hash-bound proof. Paid execution: $5.00 USDC via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | What is being reconciled. Provide a supported subject type and a short human-readable label. | |
| evidence | No | Evidence supporting the current state or completion claim; provide items matching the published evidence schema. | |
| next_owner | No | Optional next responsible owner or system when additional work remains. | |
| request_id | No | Caller-chosen correlation identifier for this reconciliation request; maximum 128 characters. | |
| actions_taken | No | Actions already performed for this subject; include items matching the published action schema. | |
| current_state | No | Describe the currently observed operational state used to evaluate the completion claim. | |
| completion_claim | Yes | Set true only when the caller claims the subject is complete; otherwise false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | ||
| disclaimer | No | ||
| request_id | Yes | ||
| requirements | Yes | ||
| request_sha256 | Yes | ||
| response_sha256 | Yes | ||
| service_version | Yes | ||
| normalized_packet | Yes | ||
| missing_requirements | Yes |